diff options
author | 2024-02-10 03:16:25 +0100 | |
---|---|---|
committer | 2024-02-10 03:16:25 +0100 | |
commit | 756bb7aa88d853178ad3cb08ed2d30ace35a9486 (patch) | |
tree | 00d7f52a4d3f6897bc92b2c2f72578f85e4736a5 /CHANGELOG.md | |
parent | c63529095604ffde00a504ed083474707ab484de (diff) | |
parent | 63f4f4283ff85426296f1b922a56f9fda2b8e12b (diff) | |
download | iced-756bb7aa88d853178ad3cb08ed2d30ace35a9486.tar.gz iced-756bb7aa88d853178ad3cb08ed2d30ace35a9486.tar.bz2 iced-756bb7aa88d853178ad3cb08ed2d30ace35a9486.zip |
Merge pull request #2232 from julianbraha/master
Fix dead documentation link in wgpu/README.md
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 7c51be76..793aff61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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) +- Outdated documentation leading to a dead link. [#2232](https://github.com/iced-rs/iced/pull/2232) Many thanks to... @@ -135,6 +136,7 @@ Many thanks to... - @jim-ec - @joshuamegnauth54 - @jpttrssn +- @julianbraha - @Koranir - @lufte - @matze |