summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-09 01:55:26 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-09 01:55:26 +0100
commitd3043161cfed63099534c9356a67dbd7ee31aed2 (patch)
tree64b41f2deadf0fe1da5ff588d9d04bf351f1bd28 /CHANGELOG.md
parent149e8b4103008a8c1450c77a04e318097ddcbd22 (diff)
downloadiced-d3043161cfed63099534c9356a67dbd7ee31aed2.tar.gz
iced-d3043161cfed63099534c9356a67dbd7ee31aed2.tar.bz2
iced-d3043161cfed63099534c9356a67dbd7ee31aed2.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 73043068..8d36d151 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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