diff --git a/CHANGELOG.md b/CHANGELOG.md index d9551e24..f1e60845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe The latest published Kurbo release is [0.11.0](#0110-2024-02-14) which was released on 2024-02-14. You can find its changes [documented below](#0110-2024-02-14). -## Unreleased +## [Unreleased] This release has an [MSRV][] of 1.65. @@ -34,7 +34,9 @@ This release has an [MSRV][] of 1.65. - An edge case in `mindist` was fixed. ([#334] by [@platlas]) - Allow lines in simplify input. ([#343] by [@raphlinus]) +- Don't skip first dash in dash pattern. ([#353] by [@dominikh]) - Documentation for `Arc.perimeter` was corrected. ([#354] by [@simoncozens]) +- Parsing scientific notation in an SVG path was fixed. ([#365] by [@GabrielDertoni]) ## [0.11.0][] (2024-02-14) @@ -42,6 +44,8 @@ This release has an [MSRV][] of 1.65. Note: A changelog was not kept for or before this release +[@dominikh]: https://github.com/dominikh +[@GabrielDertoni]: https://github.com/GabrielDertoni [@nils-mathieu]: https://github.com/nils-mathieu [@platlas]: https://github.com/platlas [@raphlinus]: https://github.com/raphlinus @@ -55,9 +59,11 @@ Note: A changelog was not kept for or before this release [#340]: https://github.com/linebender/kurbo/pull/340 [#343]: https://github.com/linebender/kurbo/pull/343 [#347]: https://github.com/linebender/kurbo/pull/347 +[#353]: https://github.com/linebender/kurbo/pull/353 [#354]: https://github.com/linebender/kurbo/pull/354 [#356]: https://github.com/linebender/kurbo/pull/356 [#361]: https://github.com/linebender/kurbo/pull/361 +[#365]: https://github.com/linebender/kurbo/pull/365 [#367]: https://github.com/linebender/kurbo/pull/367 [#368]: https://github.com/linebender/kurbo/pull/368 [#370]: https://github.com/linebender/kurbo/pull/370