diff options
author | 2024-02-07 21:50:09 +0100 | |
---|---|---|
committer | 2024-02-07 21:50:09 +0100 | |
commit | 4d7356e5e44821402df0531943681a1f3f17d385 (patch) | |
tree | 549936d3630b06eeb6cc3349a38f0bc5bcf92226 /CHANGELOG.md | |
parent | 2ba73b0faf04c21053f279e7c189b28ca718d853 (diff) | |
download | iced-4d7356e5e44821402df0531943681a1f3f17d385.tar.gz iced-4d7356e5e44821402df0531943681a1f3f17d385.tar.bz2 iced-4d7356e5e44821402df0531943681a1f3f17d385.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9afe47..73043068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `text_shaping` method for `Tooltip`. [#2172](https://github.com/iced-rs/iced/pull/2172) - `interaction` method for `MouseArea`. [#2207](https://github.com/iced-rs/iced/pull/2207) - `hovered` styling for `Svg` widget. [#2163](https://github.com/iced-rs/iced/pull/2163) +- `height` method for `TextEditor`. [#2221](https://github.com/iced-rs/iced/pull/2221) - Customizable style for `TextEditor`. [#2159](https://github.com/iced-rs/iced/pull/2159) - Border width styling for `Toggler`. [#2219](https://github.com/iced-rs/iced/pull/2219) - `RawText` variant for `Primitive` in `iced_graphics`. [#2158](https://github.com/iced-rs/iced/pull/2158) @@ -118,6 +119,7 @@ Many thanks to... - @derezzedex - @DoomDuck - @dtzxporter +- @Dworv - @fogarecious - @GyulyVGC - @hicaru |