diff options
author | 2023-08-02 22:22:51 +0200 | |
---|---|---|
committer | 2023-08-02 22:22:51 +0200 | |
commit | 983764db6a65cad673d35d3112145a8e40e82be0 (patch) | |
tree | 2dc9cd142c59775153e8bb5629428c8a406158ed /CHANGELOG.md | |
parent | e1da5fa63525cf749ec5ebbef42703fb761a0dd1 (diff) | |
download | iced-983764db6a65cad673d35d3112145a8e40e82be0.tar.gz iced-983764db6a65cad673d35d3112145a8e40e82be0.tar.bz2 iced-983764db6a65cad673d35d3112145a8e40e82be0.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 9ab7b247..f7e60030 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) |