summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-03 00:24:09 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-03 00:24:09 +0200
commitd4f5dd7c95e5a17df08ef2454954fb9c0e05a834 (patch)
treea0c9a2a354d6694440a7609c4dda452b3103b69b /CHANGELOG.md
parent6cc354fdc4eec6576e0591cd3a2ce37155cbfa09 (diff)
downloadiced-d4f5dd7c95e5a17df08ef2454954fb9c0e05a834.tar.gz
iced-d4f5dd7c95e5a17df08ef2454954fb9c0e05a834.tar.bz2
iced-d4f5dd7c95e5a17df08ef2454954fb9c0e05a834.zip
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69b26eb..9d02ef4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ 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]
+### Changed
+- Updated `wgpu` to `0.17`. [#2065](https://github.com/iced-rs/iced/pull/2065)
+
+Many thanks to...
+
+- Add your <name> here
## [0.10.0] - 2023-07-28
### Added