diff options
author | 2024-02-13 03:18:08 +0100 | |
---|---|---|
committer | 2024-02-13 03:18:08 +0100 | |
commit | 3ac2902f689fce8feaf86703b25535a93aa95209 (patch) | |
tree | 84c48ea5c45516953b009e768fd6a9241ea80950 /CHANGELOG.md | |
parent | 508b3fe1f1405bdb8b860d0d63e2c7adfbbd51ca (diff) | |
download | iced-3ac2902f689fce8feaf86703b25535a93aa95209.tar.gz iced-3ac2902f689fce8feaf86703b25535a93aa95209.tar.bz2 iced-3ac2902f689fce8feaf86703b25535a93aa95209.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 317bfc8f..816ea89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Themer` widget. [#2209](https://github.com/iced-rs/iced/pull/2209) - `Transform` primitive. [#2120](https://github.com/iced-rs/iced/pull/2120) - 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) +- Primary clipboard support. [#2240](https://github.com/iced-rs/iced/pull/2240) +- Disabled state 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` 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) @@ -150,6 +151,7 @@ Many thanks to... - @nyurik - @Remmirad - @ripytide +- @snaggen - @Tahinli - @tarkah - @tzemanovic |