diff options
author | 2023-07-27 01:24:57 +0200 | |
---|---|---|
committer | 2023-07-27 01:24:57 +0200 | |
commit | 34851c9c394f1200be613c3947acc418ed69f2a7 (patch) | |
tree | 26c02552b890674578d75094ee36d0453f8e67d6 /CHANGELOG.md | |
parent | 8961fcd50179d76fa07edfeedee9edc1a0aa93ec (diff) | |
download | iced-34851c9c394f1200be613c3947acc418ed69f2a7.tar.gz iced-34851c9c394f1200be613c3947acc418ed69f2a7.tar.bz2 iced-34851c9c394f1200be613c3947acc418ed69f2a7.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 d6a989f6..c68ad2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Helpers to change viewport alignment of a `Scrollable`. [#1953](https://github.com/iced-rs/iced/pull/1953) - `scroll_to` widget operation. [#1796](https://github.com/iced-rs/iced/pull/1796) - `scroll_to` helper. [#1804](https://github.com/iced-rs/iced/pull/1804) +- `visible_bounds` widget operation for `Container`. [#1971](https://github.com/iced-rs/iced/pull/1971) - Command to fetch window size. [#1927](https://github.com/iced-rs/iced/pull/1927) - Conversion support from `Fn` trait to custom theme. [#1861](https://github.com/iced-rs/iced/pull/1861) - Configurable border radii on relevant widgets. [#1869](https://github.com/iced-rs/iced/pull/1869) |