diff options
author | 2024-02-21 13:01:52 +0100 | |
---|---|---|
committer | 2024-02-21 13:01:52 +0100 | |
commit | 1ddfb775c28640b4f634a2da5a06a1382ed36f74 (patch) | |
tree | 382f33928bc7c9704c20edb9bab3d8b42bf87ac3 /CHANGELOG.md | |
parent | 680e8425c3203d1ad5849b5a854c90582cacdb20 (diff) | |
download | iced-1ddfb775c28640b4f634a2da5a06a1382ed36f74.tar.gz iced-1ddfb775c28640b4f634a2da5a06a1382ed36f74.tar.bz2 iced-1ddfb775c28640b4f634a2da5a06a1382ed36f74.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 e8a03638..75ccf988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Documentation for `horizontal_space` and `vertical_space` helpers. [#2265](https://github.com/iced-rs/iced/pull/2265) - WebAssembly platform. [#2271](https://github.com/iced-rs/iced/pull/2271) - Decouple `Key` from `keyboard::Modifiers` and apply them to `text` in `KeyboardInput`. [#2238](https://github.com/iced-rs/iced/pull/2238) +- Text insertion not being prioritized in `TextInput` and `TextEditor`. [#2278](https://github.com/iced-rs/iced/pull/2278) Many thanks to... |