summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-07 20:33:15 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-07 20:33:15 +0100
commitd6aea096468edc618b4b5972dd39daded55a9eb0 (patch)
tree63387dd90f347d5b7afb3783cc9f40cf79cc9e22 /CHANGELOG.md
parentd838d8e3adedb425d604aee89e3b7107fcfa70b4 (diff)
downloadiced-d6aea096468edc618b4b5972dd39daded55a9eb0.tar.gz
iced-d6aea096468edc618b4b5972dd39daded55a9eb0.tar.bz2
iced-d6aea096468edc618b4b5972dd39daded55a9eb0.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 518124e7..c24255b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Assert dimensions of quads are normal in `iced_tiny_skia`. [#2082](https://github.com/iced-rs/iced/pull/2082)
- Remove `position` from `overlay::Element`. [#2226](https://github.com/iced-rs/iced/pull/2226)
- Add a capacity limit to the `GlyphCache` in `iced_tiny_skia`. [#2210](https://github.com/iced-rs/iced/pull/2210)
+- Use pointer equality to speed up `PartialEq` implementation of `image::Bytes`. [#2220](https://github.com/iced-rs/iced/pull/2220)
### Fixed
- Clipping of `TextInput` selection. [#2199](https://github.com/iced-rs/iced/pull/2199)
@@ -114,6 +115,7 @@ Many thanks to...
- @Davidster
- @Decodetalkers
- @derezzedex
+- @DoomDuck
- @dtzxporter
- @fogarecious
- @GyulyVGC