summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-26 22:35:42 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-26 22:35:42 +0200
commit559ebdbb3a0b90ff28f361f5466f17178b6d8137 (patch)
tree3657e6311e60e3fdbf530f1117be7e42d2cf6b16 /CHANGELOG.md
parent28d32a8b6463b5756aa7cc497c1e26e173f70bee (diff)
downloadiced-559ebdbb3a0b90ff28f361f5466f17178b6d8137.tar.gz
iced-559ebdbb3a0b90ff28f361f5466f17178b6d8137.tar.bz2
iced-559ebdbb3a0b90ff28f361f5466f17178b6d8137.zip
Update `CHANGELOG`
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 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)