diff options
author | 2023-07-29 19:50:00 +0200 | |
---|---|---|
committer | 2023-07-29 19:50:00 +0200 | |
commit | 34ca3db1ca371ddaeb1196a2ad20d8945017c607 (patch) | |
tree | af8c4e7964e13f282e898ba33d70fa81be1f5eae /CHANGELOG.md | |
parent | 16a8a494a46361c5bbb0f902a381a182c59a093e (diff) | |
download | iced-34ca3db1ca371ddaeb1196a2ad20d8945017c607.tar.gz iced-34ca3db1ca371ddaeb1196a2ad20d8945017c607.tar.bz2 iced-34ca3db1ca371ddaeb1196a2ad20d8945017c607.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c1074065..9ab7b247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,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) +- `Tooltip` overlay position inside `Scrollable`. [#1978](https://github.com/iced-rs/iced/pull/1978) - `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) |