diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f271d3a..121ac451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - `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) +- Implement `Sub` for `Cursor`. [#3137](https://github.com/iced-rs/iced/pull/3137) ### Changed - Replace `Rc` with `Arc` for `markdown` caching. [#2599](https://github.com/iced-rs/iced/pull/2599) @@ -291,7 +292,6 @@ Many thanks to... - @bungoboingo - @EmmanuelDodoo - @karolisr -- @Redhawk18 - @Remmirad - @semiversus - @Ultrasquid9 @@ -361,6 +361,7 @@ Many thanks to... - @nz366 - @OpenSauce - @Ottatop +- @Redhawk18 - @rhogenson - @rizzen-yazston - @rotmh diff --git a/Cargo.lock b/Cargo.lock index b3be9ac0..d0539588 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1170,7 +1170,8 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryoglyph" 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 = [ "cosmic-text", "etagere",