diff options
author | 2023-07-26 22:35:42 +0200 | |
---|---|---|
committer | 2023-07-26 22:35:42 +0200 | |
commit | 559ebdbb3a0b90ff28f361f5466f17178b6d8137 (patch) | |
tree | 3657e6311e60e3fdbf530f1117be7e42d2cf6b16 /CHANGELOG.md | |
parent | 28d32a8b6463b5756aa7cc497c1e26e173f70bee (diff) | |
download | iced-559ebdbb3a0b90ff28f361f5466f17178b6d8137.tar.gz iced-559ebdbb3a0b90ff28f361f5466f17178b6d8137.tar.bz2 iced-559ebdbb3a0b90ff28f361f5466f17178b6d8137.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 3036af4f..d6a989f6 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 - Nested overlays. [#1719](https://github.com/iced-rs/iced/pull/1719) - Cursor availability. [#1904](https://github.com/iced-rs/iced/pull/1904) - Backend-specific primitives. [#1932](https://github.com/iced-rs/iced/pull/1932) +- `ComboBox` widget. [#1954](https://github.com/iced-rs/iced/pull/1954) - `web-colors` feature flag to enable "sRGB linear" blending. [#1888](https://github.com/iced-rs/iced/pull/1888) - `PaneGrid` logic to split panes by drag & drop. [#1856](https://github.com/iced-rs/iced/pull/1856) - `PaneGrid` logic to drag & drop panes to the edges. [#1865](https://github.com/iced-rs/iced/pull/1865) |