diff options
author | 2023-09-03 08:55:57 +0200 | |
---|---|---|
committer | 2023-09-03 08:55:57 +0200 | |
commit | 63c5f6278be8df17fc139dda1d41e0b26951509d (patch) | |
tree | 53a3f74fc6ad7e50961d9cc768e521d07377a6b4 /CHANGELOG.md | |
parent | 28252e64086ad99897e881aa5e27e64654e9bafb (diff) | |
parent | 404f4974a31b57469d70b4a94c99c2d4ec0600d2 (diff) | |
download | iced-63c5f6278be8df17fc139dda1d41e0b26951509d.tar.gz iced-63c5f6278be8df17fc139dda1d41e0b26951509d.tar.bz2 iced-63c5f6278be8df17fc139dda1d41e0b26951509d.zip |
Merge branch 'master' into dtzxporter-patch-1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be92a28..fd930a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `wgpu` to `0.17`. [#2065](https://github.com/iced-rs/iced/pull/2065) - Changed `Button::style` to take an `impl Into<...>` for consistency. [#2046](https://github.com/iced-rs/iced/pull/2046) +### Fixed +- Missing `width` attribute in `styling` example. [#2062](https://github.com/iced-rs/iced/pull/2062) + Many thanks to... +- @akshayr-mecha - @dtzxporter ## [0.10.0] - 2023-07-28 |