Skip to content

Commit 3c876c1

Browse files
committed
Update CHANGELOG
1 parent 3f0ec62 commit 3c876c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This release has an [MSRV] of 1.82.
2020
#### Fontique
2121

2222
- `FontStretch`, `FontStyle`, and `FontWeight` get helper functions `from_fontconfig` ([#212] by [@waywardmonkeys][])
23+
- `Layout` methods to calculate minimum and maximum content widths. ([#259][] by [@wfdewith][])
2324

2425
#### Parley
2526

@@ -38,6 +39,7 @@ This release has an [MSRV] of 1.82.
3839
- Breaking change: `PlainEditor`'s semantics are no longer transactional ([#192][] by [@DJMcNab][])
3940
- Breaking change: `Alignment::Start` and `Alignment::End` now depend on text base direction.
4041
`Alignment::Left` and `Alignment::Right` are introduced for text direction-independent alignment. ([#250][] by [@tomcur][])
42+
- Breaking change: `Layout` is no longer `Sync`. ([#259][] by [@wfdewith][])
4143

4244
### Fixed
4345

@@ -103,6 +105,7 @@ This release has an [MSRV] of 1.70.
103105
[@nicoburns]: https://github.com/nicoburns
104106
[@tomcur]: https://github.com/tomcur
105107
[@waywardmonkeys]: https://github.com/waywardmonkeys
108+
[@wfdewith]: https://github.com/wfdewith
106109
[@xorgy]: https://github.com/xorgy
107110

108111
[#54]: https://github.com/linebender/parley/pull/54
@@ -124,6 +127,7 @@ This release has an [MSRV] of 1.70.
124127
[#223]: https://github.com/linebender/parley/pull/223
125128
[#224]: https://github.com/linebender/parley/pull/224
126129
[#250]: https://github.com/linebender/parley/pull/250
130+
[#259]: https://github.com/linebender/parley/pull/259
127131
[#268]: https://github.com/linebender/parley/pull/268
128132

129133
[Unreleased]: https://github.com/linebender/parley/compare/v0.2.0...HEAD

0 commit comments

Comments
 (0)