diff options
author | 2023-07-26 02:30:37 +0200 | |
---|---|---|
committer | 2023-07-26 02:30:37 +0200 | |
commit | 6531f2789702d3490b3e7b74686c03954fd14a04 (patch) | |
tree | dfefa3862b62bbe2f336635965ad7b7e64c1e33e /CHANGELOG.md | |
parent | 0be3fe4ec760dd4eba1b753b87b6f89c61d29747 (diff) | |
download | iced-6531f2789702d3490b3e7b74686c03954fd14a04.tar.gz iced-6531f2789702d3490b3e7b74686c03954fd14a04.tar.bz2 iced-6531f2789702d3490b3e7b74686c03954fd14a04.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 73a844dd..b7174bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `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) +- Workflow that verifies `CHANGELOG` is always up-to-date. [#1970](https://github.com/iced-rs/iced/pull/1970) ### Changed - Updated `wgpu` to `0.16`. [#1807](https://github.com/iced-rs/iced/pull/1807) |