summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-19 09:11:36 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-19 09:11:36 +0100
commite77a6add8ae7dcded0bdecc72f3cdf455f30e79f (patch)
tree1ac56b9f98ab4d020bda0913a8f4e06f91869470 /CHANGELOG.md
parent121d220532c14e6fa85e333ccf4271477298445b (diff)
parent626604b8afcd649b408d64cd9e767b822bb32b8f (diff)
downloadiced-e77a6add8ae7dcded0bdecc72f3cdf455f30e79f.tar.gz
iced-e77a6add8ae7dcded0bdecc72f3cdf455f30e79f.tar.bz2
iced-e77a6add8ae7dcded0bdecc72f3cdf455f30e79f.zip
Merge pull request #2264 from iced-rs/column-row-ergonomics
`extend` and `from_vec` methods for `Column` and `Row`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb488f8f..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,8 +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)
Many thanks to...
@@ -159,7 +166,6 @@ Many thanks to...
- @nicksenger
- @Nisatru
- @nyurik
-- @PolyMeilex
- @Remmirad
- @ripytide
- @snaggen