Update CHANGELOG

This commit is contained in:
Héctor Ramón Jiménez 2024-02-07 20:33:15 +01:00
parent d838d8e3ad
commit d6aea09646
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -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) - 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) - 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) - 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 ### Fixed
- Clipping of `TextInput` selection. [#2199](https://github.com/iced-rs/iced/pull/2199) - Clipping of `TextInput` selection. [#2199](https://github.com/iced-rs/iced/pull/2199)
@ -114,6 +115,7 @@ Many thanks to...
- @Davidster - @Davidster
- @Decodetalkers - @Decodetalkers
- @derezzedex - @derezzedex
- @DoomDuck
- @dtzxporter - @dtzxporter
- @fogarecious - @fogarecious
- @GyulyVGC - @GyulyVGC