summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-03 14:15:40 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-03 14:15:40 +0100
commit066ee088d97acddbfae3d5cbe302cf17d23fcc2c (patch)
tree147e60b3f635742ad17a41ea75c7434a9e0a372a /CHANGELOG.md
parent79a348464e562d16e53552117631f591975a2855 (diff)
downloadiced-066ee088d97acddbfae3d5cbe302cf17d23fcc2c.tar.gz
iced-066ee088d97acddbfae3d5cbe302cf17d23fcc2c.tar.bz2
iced-066ee088d97acddbfae3d5cbe302cf17d23fcc2c.zip
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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