diff options
author | 2023-09-03 08:33:46 +0200 | |
---|---|---|
committer | 2023-09-03 08:43:12 +0200 | |
commit | 89d31913db5d1e46b19b265bf48faccfc9869066 (patch) | |
tree | 4f43afe9ee79d6d357ae5a1ddc6c2a757ff8dca4 /CHANGELOG.md | |
parent | 20bf01a551b967f6f8be4c38ef01d14a690d8835 (diff) | |
download | iced-89d31913db5d1e46b19b265bf48faccfc9869066.tar.gz iced-89d31913db5d1e46b19b265bf48faccfc9869066.tar.bz2 iced-89d31913db5d1e46b19b265bf48faccfc9869066.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a53c81cb..68713158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated `wgpu` to `0.17`. [#2065](https://github.com/iced-rs/iced/pull/2065) +### Fixed +- Missing `width` attribute in `styling` example. [#2062](https://github.com/iced-rs/iced/pull/2062) + Many thanks to... -- Add your <name> here +- @akshayr-mecha ## [0.10.0] - 2023-07-28 ### Added |