summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-27 18:51:49 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-07-27 18:52:09 +0200
commit74e14e562eef1e837c2cffc58cf23f29652f16c5 (patch)
treef9eb3795dca6f04b72032949b7abab535f6b776f /CHANGELOG.md
parent274fae5aff5dbfce59cec3eaa4893d1ed6b7e459 (diff)
downloadiced-74e14e562eef1e837c2cffc58cf23f29652f16c5.tar.gz
iced-74e14e562eef1e837c2cffc58cf23f29652f16c5.tar.bz2
iced-74e14e562eef1e837c2cffc58cf23f29652f16c5.zip
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6a989f6..8836b5de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -73,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Quad rendering including border only inside of the bounds. [#1843](https://github.com/iced-rs/iced/pull/1843)
- Redraw requests not being forwarded for `Component` overlays. [#1949](https://github.com/iced-rs/iced/pull/1949)
- Blinking input cursor when window loses focus. [#1955](https://github.com/iced-rs/iced/pull/1955)
+- `BorderRadius` not exposed in root crate. [#1972](https://github.com/iced-rs/iced/pull/1972)
- Outdated `ROADMAP`. [#1958](https://github.com/iced-rs/iced/pull/1958)
Many thanks to...
@@ -99,6 +100,7 @@ Many thanks to...
- @tarkah
- @thunderstorm010
- @wash2
+- @wiiznokes
## [0.9.0] - 2023-04-13
### Added