diff options
author | 2024-01-31 22:07:59 +0100 | |
---|---|---|
committer | 2024-01-31 22:07:59 +0100 | |
commit | 41bffa448b8a5901bdb3461d6d364b22e8a84a3a (patch) | |
tree | 6301eb3713068805a7246fd0d3984823c163a460 /CHANGELOG.md | |
parent | 55791e45ebac908c59609641649e0f596b698303 (diff) | |
download | iced-41bffa448b8a5901bdb3461d6d364b22e8a84a3a.tar.gz iced-41bffa448b8a5901bdb3461d6d364b22e8a84a3a.tar.bz2 iced-41bffa448b8a5901bdb3461d6d364b22e8a84a3a.zip |
Update `CHANGELOG`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2149e4fc..c8360514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `theme::Custom::with_fn` to generate completely custom themes. [#2067](https://github.com/iced-rs/iced/pull/2067) - `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) ### Changed - Enable WebGPU backend in `wgpu` by default instead of WebGL. [#2068](https://github.com/iced-rs/iced/pull/2068) @@ -99,6 +100,7 @@ Many thanks to... - @jhff - @jim-ec - @joshuamegnauth54 +- @jpttrssn - @lufte - @matze - @MichalLebeda |