summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-03 02:28:02 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-03 02:31:12 +0200
commit624d5c2c64a174ccdb5236c65ca49556ac3e13ce (patch)
tree7fb038c86261b318f763f0fff752e15936c4d0cd /CHANGELOG.md
parent832d9f1b01de5a1128f5adcd128f405718c72736 (diff)
downloadiced-624d5c2c64a174ccdb5236c65ca49556ac3e13ce.tar.gz
iced-624d5c2c64a174ccdb5236c65ca49556ac3e13ce.tar.bz2
iced-624d5c2c64a174ccdb5236c65ca49556ac3e13ce.zip
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d02ef4b..a53c81cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- `Theme::Custom::with_fn` for custom extended palette generation. [#2067](https://github.com/iced-rs/iced/pull/2067)
+
### Changed
- Updated `wgpu` to `0.17`. [#2065](https://github.com/iced-rs/iced/pull/2065)