diff options
author | 2024-02-07 09:52:23 +0100 | |
---|---|---|
committer | 2024-02-07 09:52:23 +0100 | |
commit | dea98005030bd39e5053fa5cbb87d65da24962b7 (patch) | |
tree | 77e8932cf167a02e532a11cf3551e73741d23eff /CHANGELOG.md | |
parent | 2a544dca2f573d846e525ff65e153c261b16880d (diff) | |
download | iced-dea98005030bd39e5053fa5cbb87d65da24962b7.tar.gz iced-dea98005030bd39e5053fa5cbb87d65da24962b7.tar.bz2 iced-dea98005030bd39e5053fa5cbb87d65da24962b7.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c2fcaa..c62ab531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cut functionality for `TextEditor`. [#2215](https://github.com/iced-rs/iced/pull/2215) - Disabled support for `Checkbox`. [#2109](https://github.com/iced-rs/iced/pull/2109) - `skip_taskbar` window setting for Windows. [#2211](https://github.com/iced-rs/iced/pull/2211) -- `fetch_maximized` and `fetch_minimized` window commands. [#2189](https://github.com/iced-rs/iced/pull/2189) +- `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) - `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) |