Update CHANGELOG

This commit is contained in:
Héctor Ramón Jiménez 2024-02-03 15:12:56 +01:00
parent ece50a1a95
commit 4375e4b83c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `style` attribute for `Font`. [#2041](https://github.com/iced-rs/iced/pull/2041)
- Texture filtering options for `Image`. [#1894](https://github.com/iced-rs/iced/pull/1894)
- `default` and `shift_step` methods for `slider` widgets. [#2100](https://github.com/iced-rs/iced/pull/2100)
- `Custom` variant to `command::Action`. [#2146](https://github.com/iced-rs/iced/pull/2146)
### Changed
- Enable WebGPU backend in `wgpu` by default instead of WebGL. [#2068](https://github.com/iced-rs/iced/pull/2068)
@ -101,6 +102,7 @@ Many thanks to...
- @casperstorm
- @cfrenette
- @Davidster
- @Decodetalkers
- @derezzedex
- @dtzxporter
- @GyulyVGC