diff options
author | 2024-02-07 19:37:00 +0100 | |
---|---|---|
committer | 2024-02-07 19:37:00 +0100 | |
commit | 518ec52ebd2001e26cd68f513432a7caed11c373 (patch) | |
tree | efa53213271884124732e14c7cf119840cabcae5 /CHANGELOG.md | |
parent | 66823e9a65328e1da9b75f99958d05846d8ead43 (diff) | |
download | iced-518ec52ebd2001e26cd68f513432a7caed11c373.tar.gz iced-518ec52ebd2001e26cd68f513432a7caed11c373.tar.bz2 iced-518ec52ebd2001e26cd68f513432a7caed11c373.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 7b4d5cfc..518124e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -96,6 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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) - Missing feature flag docs for `time::every`. [#2188](https://github.com/iced-rs/iced/pull/2188) +- Event loop not being resumed on Windows while resizing. [#2214](https://github.com/iced-rs/iced/pull/2214) Many thanks to... |