Update CHANGELOG
This commit is contained in:
parent
da2bd8eef6
commit
fd891f0e3f
2 changed files with 4 additions and 2 deletions
|
|
@ -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<Vector>` 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
|
||||
|
|
|
|||
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue