summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-20 20:44:14 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-20 20:44:14 +0200
commit25936e441952994c7791b0a3ac907ab26c3c012e (patch)
treea8f603a3181dff713b401feee59dc052f0fd6225 /CHANGELOG.md
parent189817594f3aa8db0c2ac00b3d4128ae7733da45 (diff)
downloadiced-25936e441952994c7791b0a3ac907ab26c3c012e.tar.gz
iced-25936e441952994c7791b0a3ac907ab26c3c012e.tar.bz2
iced-25936e441952994c7791b0a3ac907ab26c3c012e.zip
Fix consistency in `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 632beba2..7e647e25 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,8 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Used `Widget::overlay` for `Tooltip`. [#1692](https://github.com/iced-rs/iced/pull/1692)
### Fixed
-- Invalidate `Responsive` layout when shell layout is invalidated. [#1799](https://github.com/iced-rs/iced/pull/1799)
-- Invalidate `Responsive` layout when size changes without a `view` call. [#1890](https://github.com/iced-rs/iced/pull/1890)
+- `Responsive` layout not invalidated when shell layout is invalidated. [#1799](https://github.com/iced-rs/iced/pull/1799)
+- `Responsive` layout not invalidated when size changes without a `view` call. [#1890](https://github.com/iced-rs/iced/pull/1890)
- Broken link in `ROADMAP.md`. [#1815](https://github.com/iced-rs/iced/pull/1815)
- `bounds` of selected option background in `Menu`. [#1831](https://github.com/iced-rs/iced/pull/1831)
- Border radius logic in `iced_tiny_skia`. [#1842](https://github.com/iced-rs/iced/pull/1842)