summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-10 00:40:52 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-10 00:40:52 +0100
commit0bcdefeb00c899c23bc7b54903df5bcbc644fbb5 (patch)
tree76a8a103f6352263ccd30a7e230089fbb2d54822 /CHANGELOG.md
parent6600f66cbd7c3c4538c7fd77ba3517fcb60da606 (diff)
downloadiced-0bcdefeb00c899c23bc7b54903df5bcbc644fbb5.tar.gz
iced-0bcdefeb00c899c23bc7b54903df5bcbc644fbb5.tar.bz2
iced-0bcdefeb00c899c23bc7b54903df5bcbc644fbb5.zip
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f0f96a3..7c51be76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -103,6 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Subscription::map` using unreliable function pointer hash to identify mappers. [#2237](https://github.com/iced-rs/iced/pull/2237)
- Missing feature flag docs for `time::every`. [#2188](https://github.com/iced-rs/iced/pull/2188)
- Event loop not being resumed on Windows while resizing. [#2214](https://github.com/iced-rs/iced/pull/2214)
+- Alpha mode misconfiguration in `iced_wgpu`. [#2231](https://github.com/iced-rs/iced/pull/2231)
Many thanks to...
@@ -134,6 +135,7 @@ Many thanks to...
- @jim-ec
- @joshuamegnauth54
- @jpttrssn
+- @Koranir
- @lufte
- @matze
- @MichalLebeda