diff options
author | 2024-02-10 00:50:49 +0100 | |
---|---|---|
committer | 2024-02-10 00:50:49 +0100 | |
commit | c63529095604ffde00a504ed083474707ab484de (patch) | |
tree | 76a8a103f6352263ccd30a7e230089fbb2d54822 /CHANGELOG.md | |
parent | 7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc (diff) | |
parent | 0bcdefeb00c899c23bc7b54903df5bcbc644fbb5 (diff) | |
download | iced-c63529095604ffde00a504ed083474707ab484de.tar.gz iced-c63529095604ffde00a504ed083474707ab484de.tar.bz2 iced-c63529095604ffde00a504ed083474707ab484de.zip |
Merge pull request #2231 from Koranir/transparency-fix
Fix alpha mode misconfiguration in wgpu renderer
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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 |