Update CHANGELOG

This commit is contained in:
Héctor Ramón Jiménez 2023-09-03 08:33:46 +02:00
parent 20bf01a551
commit 89d31913db
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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