diff options
author | 2024-02-15 02:09:41 +0100 | |
---|---|---|
committer | 2024-02-15 02:09:41 +0100 | |
commit | e57668d6776d4354b6d3df049aee64be0dc8eda2 (patch) | |
tree | deb4e272630276b7f4b79117494c35d6424513b1 /CHANGELOG.md | |
parent | e8049af23dbf4988ff24b75b90104295f61098a2 (diff) | |
download | iced-e57668d6776d4354b6d3df049aee64be0dc8eda2.tar.gz iced-e57668d6776d4354b6d3df049aee64be0dc8eda2.tar.bz2 iced-e57668d6776d4354b6d3df049aee64be0dc8eda2.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5dc776..978b9c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add a capacity limit to the `GlyphCache` in `iced_tiny_skia`. [#2210](https://github.com/iced-rs/iced/pull/2210) - Use pointer equality to speed up `PartialEq` implementation of `image::Bytes`. [#2220](https://github.com/iced-rs/iced/pull/2220) - Update `bitflags`, `glam`, `kurbo`, `ouroboros`, `qrcode`, and `sysinfo` dependencies. [#2227](https://github.com/iced-rs/iced/pull/2227) +- Improve some widget ergonomics. [#2253](https://github.com/iced-rs/iced/pull/2253) ### Fixed - Clipping of `TextInput` selection. [#2199](https://github.com/iced-rs/iced/pull/2199) |