From ccb886fe01a6f3be6b6fce4844cd4eb91691dac8 Mon Sep 17 00:00:00 2001 From: Wim de With Date: Tue, 18 Feb 2025 10:59:35 +0100 Subject: [PATCH] Fix content width changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8217f75..4dad87ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,13 +20,13 @@ This release has an [MSRV] of 1.82. #### Fontique - `FontStretch`, `FontStyle`, and `FontWeight` get helper functions `from_fontconfig` ([#212] by [@waywardmonkeys][]) -- `Layout` methods to calculate minimum and maximum content widths. ([#259][] by [@wfdewith][]) #### Parley - `Generation` on `PlainEditor` to help implement lazy drawing. ([#143] by [@xorgy]) - Support for preedit for input methods in `PlainEditor` ([#192][], [#198][] by [@tomcur][]) - `PlainEditor` method to get a cursor area for use by the platform's input method ([#224][] by [@tomcur][]) +- `Layout` methods to calculate minimum and maximum content widths. ([#259][] by [@wfdewith][]) ### Changed