diff options
author | 2024-02-03 14:15:40 +0100 | |
---|---|---|
committer | 2024-02-03 14:15:40 +0100 | |
commit | 066ee088d97acddbfae3d5cbe302cf17d23fcc2c (patch) | |
tree | 147e60b3f635742ad17a41ea75c7434a9e0a372a /CHANGELOG.md | |
parent | 79a348464e562d16e53552117631f591975a2855 (diff) | |
download | iced-066ee088d97acddbfae3d5cbe302cf17d23fcc2c.tar.gz iced-066ee088d97acddbfae3d5cbe302cf17d23fcc2c.tar.bz2 iced-066ee088d97acddbfae3d5cbe302cf17d23fcc2c.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 739eae3c..e4557f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Incorrect unit in `system::Information`. [#2223](https://github.com/iced-rs/iced/pull/2223) - `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) Many thanks to... @@ -93,6 +94,7 @@ Many thanks to... - @arslee07 - @AustinMReppert - @avsaase +- @blazra - @brianch - @bungoboingo - @Calastrophe |