Update CHANGELOG
This commit is contained in:
parent
149e8b4103
commit
d3043161cf
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- 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)
|
||||
- Update `bitflags`, `glam`, `kurbo`, `ouroboros`, `qrcode`, and `sysinfo` dependencies. [#2227](https://github.com/iced-rs/iced/pull/2227)
|
||||
|
||||
### Fixed
|
||||
- Clipping of `TextInput` selection. [#2199](https://github.com/iced-rs/iced/pull/2199)
|
||||
|
|
@ -146,6 +147,7 @@ Many thanks to...
|
|||
- @varbhat
|
||||
- @VAWVAW
|
||||
- @william-shere
|
||||
- @wyatt-herkamp
|
||||
|
||||
## [0.10.0] - 2023-07-28
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue