diff options
author | 2024-02-19 08:57:39 +0100 | |
---|---|---|
committer | 2024-02-19 08:57:39 +0100 | |
commit | 626604b8afcd649b408d64cd9e767b822bb32b8f (patch) | |
tree | 1ac56b9f98ab4d020bda0913a8f4e06f91869470 /CHANGELOG.md | |
parent | 74f764f57157b956ba4a3671b310697b58697cc9 (diff) | |
download | iced-626604b8afcd649b408d64cd9e767b822bb32b8f.tar.gz iced-626604b8afcd649b408d64cd9e767b822bb32b8f.tar.bz2 iced-626604b8afcd649b408d64cd9e767b822bb32b8f.zip |
Fix `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 654402e2..348d0201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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] +### Added +- `extend` and `from_vec` methods for `Column` and `Row`. [#2264](https://github.com/iced-rs/iced/pull/2264) + +### Fixed +- Black images when using OpenGL backend in `iced_wgpu`. [#2259](https://github.com/iced-rs/iced/pull/2259) + +Many thanks to... + +- @PolyMeilex ## [0.12.0] - 2024-02-15 ### Added @@ -116,9 +125,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Alpha mode misconfiguration in `iced_wgpu`. [#2231](https://github.com/iced-rs/iced/pull/2231) - Outdated documentation leading to a dead link. [#2232](https://github.com/iced-rs/iced/pull/2232) -## Patched -- Black images when using OpenGL backend in `iced_wgpu`. [#2259](https://github.com/iced-rs/iced/pull/2259) -- `extend` and `from_vec` methods for `Column` and `Row`. [#2264](https://github.com/iced-rs/iced/pull/2264) Many thanks to... @@ -160,7 +166,6 @@ Many thanks to... - @nicksenger - @Nisatru - @nyurik -- @PolyMeilex - @Remmirad - @ripytide - @snaggen |