Update CHANGELOG

This commit is contained in:
Héctor Ramón Jiménez 2025-12-05 22:35:46 +01:00
parent da2bd8eef6
commit fd891f0e3f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
2 changed files with 4 additions and 2 deletions

View file

@ -118,6 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `move_to` method for `Editor` API. [#3125](https://github.com/iced-rs/iced/pull/3125) - `move_to` method for `Editor` API. [#3125](https://github.com/iced-rs/iced/pull/3125)
- `Background` and `padding_ratio` support for `toggler` styling. [#3129](https://github.com/iced-rs/iced/pull/3129) - `Background` and `padding_ratio` support for `toggler` styling. [#3129](https://github.com/iced-rs/iced/pull/3129)
- More syntaxes for `iced_highlighter`. [#2822](https://github.com/iced-rs/iced/pull/2822) - More syntaxes for `iced_highlighter`. [#2822](https://github.com/iced-rs/iced/pull/2822)
- Implement `Sub<Vector>` for `Cursor`. [#3137](https://github.com/iced-rs/iced/pull/3137)
### Changed ### Changed
- Replace `Rc` with `Arc` for `markdown` caching. [#2599](https://github.com/iced-rs/iced/pull/2599) - Replace `Rc` with `Arc` for `markdown` caching. [#2599](https://github.com/iced-rs/iced/pull/2599)
@ -291,7 +292,6 @@ Many thanks to...
- @bungoboingo - @bungoboingo
- @EmmanuelDodoo - @EmmanuelDodoo
- @karolisr - @karolisr
- @Redhawk18
- @Remmirad - @Remmirad
- @semiversus - @semiversus
- @Ultrasquid9 - @Ultrasquid9
@ -361,6 +361,7 @@ Many thanks to...
- @nz366 - @nz366
- @OpenSauce - @OpenSauce
- @Ottatop - @Ottatop
- @Redhawk18
- @rhogenson - @rhogenson
- @rizzen-yazston - @rizzen-yazston
- @rotmh - @rotmh

3
Cargo.lock generated
View file

@ -1170,7 +1170,8 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]] [[package]]
name = "cryoglyph" name = "cryoglyph"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/iced-rs/cryoglyph.git?rev=99b46959369f38a06c11353bf1be81d383b289fc#99b46959369f38a06c11353bf1be81d383b289fc" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08bc795bdbccdbd461736fb163930a009da6597b226d6f6fce33e7a8eb6ec519"
dependencies = [ dependencies = [
"cosmic-text", "cosmic-text",
"etagere", "etagere",