diff options
author | 2024-02-20 16:41:54 +0100 | |
---|---|---|
committer | 2024-02-20 16:41:54 +0100 | |
commit | 78dfcfb16a7fa36fed6042c2817b5b46ff54820e (patch) | |
tree | 5ebc4943a2114686e2571d75d933f340e0a6bbfc /CHANGELOG.md | |
parent | e24b1b65002d716f8bf5fccb49871bd4f46791ca (diff) | |
parent | 4aaa4f2e20cd581827cdb459af54983ff0a41546 (diff) | |
download | iced-78dfcfb16a7fa36fed6042c2817b5b46ff54820e.tar.gz iced-78dfcfb16a7fa36fed6042c2817b5b46ff54820e.tar.bz2 iced-78dfcfb16a7fa36fed6042c2817b5b46ff54820e.zip |
Merge pull request #2238 from wash2/modifiers-text
fix: account for modifiers in key text
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 a082a568..bb04a8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Black images when using OpenGL backend in `iced_wgpu`. [#2259](https://github.com/iced-rs/iced/pull/2259) - 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) Many thanks to... - @PolyMeilex - @rizzen-yazston +- @wash2 ## [0.12.0] - 2024-02-15 ### Added |