summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-10 00:59:54 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-10 00:59:54 +0200
commit1cc5bf59d7c4f47ae47d9a4e22ebaab3ea4975c1 (patch)
tree4dfd518dd93b0393e77355867062c60d75e7f358 /CHANGELOG.md
parentb42b24b79a097aab10006490cd2ec8a2332fd5d0 (diff)
downloadiced-1cc5bf59d7c4f47ae47d9a4e22ebaab3ea4975c1.tar.gz
iced-1cc5bf59d7c4f47ae47d9a4e22ebaab3ea4975c1.tar.bz2
iced-1cc5bf59d7c4f47ae47d9a4e22ebaab3ea4975c1.zip
Fix `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed02baf7..fdd832e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
+- Explicit text caching. [#2058](https://github.com/iced-rs/iced/pull/2058)
- `Theme::Custom::with_fn` for custom extended palette generation. [#2067](https://github.com/iced-rs/iced/pull/2067)
### Changed
@@ -20,13 +21,6 @@ Many thanks to...
- @akshayr-mecha
- @dtzxporter
-### Added
-- Explicit text caching. [#2058](https://github.com/iced-rs/iced/pull/2058)
-
-Many thanks to...
-
-- Add your name here
-
## [0.10.0] - 2023-07-28
### Added
- Text shaping, font fallback, and `iced_wgpu` overhaul. [#1697](https://github.com/iced-rs/iced/pull/1697)