diff options
author | 2024-02-15 03:34:40 +0100 | |
---|---|---|
committer | 2024-02-15 03:34:40 +0100 | |
commit | c76a9eb2ff08ac242ed27d7fb11f536c1cc4411a (patch) | |
tree | 3b1e62f3f85cfd7dbdfc7fc5b1377ea1c1fd02bc /CHANGELOG.md | |
parent | be2cad176fc02d6a2da05166d26f075bca6eb5c0 (diff) | |
download | iced-c76a9eb2ff08ac242ed27d7fb11f536c1cc4411a.tar.gz iced-c76a9eb2ff08ac242ed27d7fb11f536c1cc4411a.tar.bz2 iced-c76a9eb2ff08ac242ed27d7fb11f536c1cc4411a.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 94ec3f47..cf04677d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.12.0] - 2024-02-15 ### Added - Multi-window support. [#1964](https://github.com/iced-rs/iced/pull/1964) - `TextEditor` widget (or multi-line text input). [#2123](https://github.com/iced-rs/iced/pull/2123) @@ -740,7 +742,8 @@ Many thanks to... ### Added - First release! :tada: -[Unreleased]: https://github.com/iced-rs/iced/compare/0.10.0...HEAD +[Unreleased]: https://github.com/iced-rs/iced/compare/0.12.0...HEAD +[0.12.0]: https://github.com/iced-rs/iced/compare/0.10.0...0.12.0 [0.10.0]: https://github.com/iced-rs/iced/compare/0.9.0...0.10.0 [0.9.0]: https://github.com/iced-rs/iced/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/iced-rs/iced/compare/0.7.0...0.8.0 |