diff options
author | 2023-07-27 19:07:06 +0200 | |
---|---|---|
committer | 2023-07-27 19:07:06 +0200 | |
commit | 78dc341ea82449f1e075e37e67c1ccf66b88e8d6 (patch) | |
tree | 679506297f04a5a6433652db388df5597b1d2fec /CHANGELOG.md | |
parent | 18f1ab551be6fe9a603eb07dceddf231c01b5c7f (diff) | |
parent | 74e14e562eef1e837c2cffc58cf23f29652f16c5 (diff) | |
download | iced-78dc341ea82449f1e075e37e67c1ccf66b88e8d6.tar.gz iced-78dc341ea82449f1e075e37e67c1ccf66b88e8d6.tar.bz2 iced-78dc341ea82449f1e075e37e67c1ccf66b88e8d6.zip |
Merge pull request #1972 from wiiznokes/dev
add border radius to public API
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c68ad2c6..2a338925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,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... @@ -100,6 +101,7 @@ Many thanks to... - @tarkah - @thunderstorm010 - @wash2 +- @wiiznokes ## [0.9.0] - 2023-04-13 ### Added |