@@ -20,6 +20,7 @@ This release has an [MSRV] of 1.82.
20
20
#### Fontique
21
21
22
22
- ` 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 ] [ ] )
23
24
24
25
#### Parley
25
26
@@ -38,6 +39,7 @@ This release has an [MSRV] of 1.82.
38
39
- Breaking change: ` PlainEditor ` 's semantics are no longer transactional ([ #192 ] [ ] by [ @DJMcNab ] [ ] )
39
40
- Breaking change: ` Alignment::Start ` and ` Alignment::End ` now depend on text base direction.
40
41
` 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 ] [ ] )
41
43
42
44
### Fixed
43
45
@@ -103,6 +105,7 @@ This release has an [MSRV] of 1.70.
103
105
[ @nicoburns ] : https://github.com/nicoburns
104
106
[ @tomcur ] : https://github.com/tomcur
105
107
[ @waywardmonkeys ] : https://github.com/waywardmonkeys
108
+ [ @wfdewith ] : https://github.com/wfdewith
106
109
[ @xorgy ] : https://github.com/xorgy
107
110
108
111
[ #54 ] : https://github.com/linebender/parley/pull/54
@@ -124,6 +127,7 @@ This release has an [MSRV] of 1.70.
124
127
[ #223 ] : https://github.com/linebender/parley/pull/223
125
128
[ #224 ] : https://github.com/linebender/parley/pull/224
126
129
[ #250 ] : https://github.com/linebender/parley/pull/250
130
+ [ #259 ] : https://github.com/linebender/parley/pull/259
127
131
[ #268 ] : https://github.com/linebender/parley/pull/268
128
132
129
133
[ Unreleased ] : https://github.com/linebender/parley/compare/v0.2.0...HEAD
0 commit comments