From 1c6315960745e5614c9fd295ec07ed054af50eb5 Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Sat, 8 Feb 2025 11:29:34 +0100 Subject: [PATCH] Changelog, fmt --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5278e10e..e8217f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ This release has an [MSRV] of 1.82. #### Parley - Fix alignment of right-to-left text. ([#250][], [#268][] by [@tomcur][]) +- Performing line breaking or aligning a layout again, after justified alignment had been applied previously, now lead to the correct results. ([#271][] by [@tomcur][]) ## [0.2.0] - 2024-10-10 @@ -129,6 +130,7 @@ This release has an [MSRV] of 1.70. [#250]: https://github.com/linebender/parley/pull/250 [#259]: https://github.com/linebender/parley/pull/259 [#268]: https://github.com/linebender/parley/pull/268 +[#271]: https://github.com/linebender/parley/pull/271 [Unreleased]: https://github.com/linebender/parley/compare/v0.2.0...HEAD [0.2.0]: https://github.com/linebender/parley/releases/tag/v0.2.0