summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-08-02 22:27:38 +0200
committerLibravatar GitHub <noreply@github.com>2023-08-02 22:27:38 +0200
commit1b355f528a95e9d12cc2c3f9349715514d0b9d63 (patch)
treec863a0fe79793b03e885f20e831ce45678db9cd0 /CHANGELOG.md
parentf7ca420817a2d3f892534bc7bd21f74ed77132e2 (diff)
parent983764db6a65cad673d35d3112145a8e40e82be0 (diff)
downloadiced-1b355f528a95e9d12cc2c3f9349715514d0b9d63.tar.gz
iced-1b355f528a95e9d12cc2c3f9349715514d0b9d63.tar.bz2
iced-1b355f528a95e9d12cc2c3f9349715514d0b9d63.zip
Merge pull request #1991 from casperstorm/feat/comobox-cycle
cycle `combo_box` with keybinds
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c94c5de3..b2ffbed4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Nix instructions to `DEPENDENCIES.md`. [#1859](https://github.com/iced-rs/iced/pull/1859)
- Loading spinners example. [#1902](https://github.com/iced-rs/iced/pull/1902)
- Workflow that verifies `CHANGELOG` is always up-to-date. [#1970](https://github.com/iced-rs/iced/pull/1970)
+- Keybinds to cycle `ComboBox` options. [#1991](https://github.com/iced-rs/iced/pull/1991)
### Changed
- Updated `wgpu` to `0.16`. [#1807](https://github.com/iced-rs/iced/pull/1807)