summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-09-03 08:55:10 +0200
committerLibravatar GitHub <noreply@github.com>2023-09-03 08:55:10 +0200
commit404f4974a31b57469d70b4a94c99c2d4ec0600d2 (patch)
treea9d8a0336ea6e79dce016a1666877fac56ae38e7 /CHANGELOG.md
parent982ea578be1e0b934e75b41cb8d65d2ffe05558a (diff)
parent89d31913db5d1e46b19b265bf48faccfc9869066 (diff)
downloadiced-404f4974a31b57469d70b4a94c99c2d4ec0600d2.tar.gz
iced-404f4974a31b57469d70b4a94c99c2d4ec0600d2.tar.bz2
iced-404f4974a31b57469d70b4a94c99c2d4ec0600d2.zip
Merge pull request #2062 from akshayr-mecha/master
fix(examples-styling): fixed checkbox and toggler getting hidden behind scrollbar
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
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