Update CHANGELOG

This commit is contained in:
Héctor Ramón Jiménez 2024-02-05 21:37:13 +01:00
parent 2470a3fb40
commit 35bbee501f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -89,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `size_hint` not being called from `element::Map`. [#2224](https://github.com/iced-rs/iced/pull/2224)
- `size_hint` not being called from `element::Explain`. [#2225](https://github.com/iced-rs/iced/pull/2225)
- Slow touch scrolling for `TextEditor` widget. [#2140](https://github.com/iced-rs/iced/pull/2140)
- `Subscription::map` using unreliable function pointer hash to identify mappers. [#2237](https://github.com/iced-rs/iced/pull/2237)
Many thanks to...