diff options
author | 2023-07-20 20:44:32 +0200 | |
---|---|---|
committer | 2023-07-20 20:44:32 +0200 | |
commit | b6bee55fa23d5f205d4cb6ed7bfde60c60b84373 (patch) | |
tree | 1e297f10ba6859e77f632d8c5bc111cb8d90a775 /CHANGELOG.md | |
parent | 25936e441952994c7791b0a3ac907ab26c3c012e (diff) | |
download | iced-b6bee55fa23d5f205d4cb6ed7bfde60c60b84373.tar.gz iced-b6bee55fa23d5f205d4cb6ed7bfde60c60b84373.tar.bz2 iced-b6bee55fa23d5f205d4cb6ed7bfde60c60b84373.zip |
Rearrange item in `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e647e25..73a844dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,9 +33,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Aliased entries in `text::Cache`. [#1934](https://github.com/iced-rs/iced/pull/1934) - Text cache modes. [#1938](https://github.com/iced-rs/iced/pull/1938) - `operate` method for `program::State`. [#1913](https://github.com/iced-rs/iced/pull/1913) +- `Viewport` argument to `Widget::on_event`. [#1956](https://github.com/iced-rs/iced/pull/1956) - Nix instructions to `DEPENDENCIES.md`. [#1859](https://github.com/iced-rs/iced/pull/1859) - Loading spinners example. [#1902](https://github.com/iced-rs/iced/pull/1902) -- `Viewport` argument to `Widget::on_event`. [#1956](https://github.com/iced-rs/iced/pull/1956) ### Changed - Updated `wgpu` to `0.16`. [#1807](https://github.com/iced-rs/iced/pull/1807) |