summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-03 14:28:54 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-03 14:28:54 +0100
commit0b2c9db22868c43e4dd160b66abddce0846991b1 (patch)
tree35b55485fe12369abee97dbf63c9d21e67a36fc6 /CHANGELOG.md
parent358f004fa01d98af8c3ec80ed78d550f6a5f6df0 (diff)
parent719798441db735149018e2eab47f377692c29196 (diff)
downloadiced-0b2c9db22868c43e4dd160b66abddce0846991b1.tar.gz
iced-0b2c9db22868c43e4dd160b66abddce0846991b1.tar.bz2
iced-0b2c9db22868c43e4dd160b66abddce0846991b1.zip
Merge pull request #2140 from blazra/master
Improve `TextEditor` slow scrolling behavior with touchpads
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