diff options
author | 2024-02-07 12:03:15 +0100 | |
---|---|---|
committer | 2024-02-07 12:03:15 +0100 | |
commit | ab3aa77ebe31764b34f7ddc65436740abbf96eb7 (patch) | |
tree | 54348a00b02c7856f498f3e495e1007b4748e636 /CHANGELOG.md | |
parent | fef6fca369a5197e90742c03a60122952dd3e645 (diff) | |
download | iced-ab3aa77ebe31764b34f7ddc65436740abbf96eb7.tar.gz iced-ab3aa77ebe31764b34f7ddc65436740abbf96eb7.tar.bz2 iced-ab3aa77ebe31764b34f7ddc65436740abbf96eb7.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 c62ab531..30704e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `fetch_maximized` and `fetch_minimized` commands in `window`. [#2189](https://github.com/iced-rs/iced/pull/2189) - `run_with_handle` command in `window`. [#2200](https://github.com/iced-rs/iced/pull/2200) - `text_shaping` method for `Tooltip`. [#2172](https://github.com/iced-rs/iced/pull/2172) +- `interaction` method for `MouseArea`. [#2207](https://github.com/iced-rs/iced/pull/2207) - `hovered` styling for `Svg` widget. [#2163](https://github.com/iced-rs/iced/pull/2163) - Customizable style for `TextEditor`. [#2159](https://github.com/iced-rs/iced/pull/2159) - `RawText` variant for `Primitive` in `iced_graphics`. [#2158](https://github.com/iced-rs/iced/pull/2158) |