diff options
author | 2023-08-15 07:28:31 +0200 | |
---|---|---|
committer | 2023-08-15 07:28:31 +0200 | |
commit | 318ee4d548a1e9fd1f2c01616b2a68e95f3bb597 (patch) | |
tree | bea072c9217c31996b9fc37aeebec2c870004533 /CHANGELOG.md | |
parent | 675020407a17c5de6c83cfc1bc3eba2c876fde90 (diff) | |
parent | 72f7cf17e318a66743d0947e5a0f55cc71e7b609 (diff) | |
download | iced-318ee4d548a1e9fd1f2c01616b2a68e95f3bb597.tar.gz iced-318ee4d548a1e9fd1f2c01616b2a68e95f3bb597.tar.bz2 iced-318ee4d548a1e9fd1f2c01616b2a68e95f3bb597.zip |
Merge pull request #2024 from NyxAlexandra/master
fix dead link to `iced_native` in `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 14f0e48a..f6a87c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `iced_wgpu` freezing on empty layers. [#1996](https://github.com/iced-rs/iced/pull/1996) - `image::Viewer` reacting to any scroll event. [#1998](https://github.com/iced-rs/iced/pull/1998) - `TextInput` pasting text when `Alt` key is pressed. [#2006](https://github.com/iced-rs/iced/pull/2006) +- Broken link to old `iced_native` crate in `README`. [#2024](https://github.com/iced-rs/iced/pull/2024) Many thanks to... @@ -106,6 +107,7 @@ Many thanks to... - @malramsay64 - @nicksenger - @nicoburns +- @NyxAlexandra - @Redhawk18 - @RGBCube - @rs017991 |