Skip to content

Commit 8cc95a6

Browse files
authored
Fixup changelog for 0.12.0 release (#501)
Line about bumping MSRV was in the wrong place in kurbo#500. (While we're at it, add a missing period.)
1 parent 5bbb74d commit 8cc95a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ You can find its changes [documented below](#0120-2025-09-04).
1414
## [Unreleased]
1515

1616
This release has an [MSRV][] of 1.82.
17-
It was increased to support floating point math in const functions.
1817

1918
## [0.12.0] (2025-09-04)
2019

2120
This release has an [MSRV][] of 1.82.
21+
It was increased to support floating point math in const functions.
2222

2323
### Added
2424

@@ -37,7 +37,7 @@ This release has an [MSRV][] of 1.82.
3737
incidentally also uses the usual definition of aspect ratio (where the old name didn't). ([#486][] by [@DJMcNab][])
3838
- Breaking change: The deprecated `offset::CubicOffset` has been removed, and replaced by
3939
`offset::offset_cubic`. ([#489][] by [@jneem][])
40-
- Several methods marked `#[inline]` ([#472][], [#480][], [#496][] by [@tomcur][])
40+
- Several methods marked `#[inline]`. ([#472][], [#480][], [#496][] by [@tomcur][])
4141

4242
### Fixed
4343

@@ -48,7 +48,7 @@ This release has an [MSRV][] of 1.82.
4848

4949
- Breaking change: `DashIterator` has been removed. Replace `DashIterator::new` with `dash`. ([#488][] by [@DJMcNab][])
5050
- Breaking change: The previously deprecated `BezPath::flatten`, `Ellipse::[with_]x_rotation`, `{Rect, Size}::is_empty`, `Shape::[in]to_bez_path`,
51-
and `TranslateScale::as_tuple` have been removed.([#487][] by [@DJMcNab][])
51+
and `TranslateScale::as_tuple` have been removed. ([#487][] by [@DJMcNab][])
5252

5353
## [0.11.3][] (2025-07-21)
5454

0 commit comments

Comments
 (0)