summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-03 15:23:06 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-03 15:23:06 +0100
commit1d58d44fad605e428e7c203f610d3f98e53970d7 (patch)
treef96d47005762bac799b1eafb3cdab3732d5095c8 /CHANGELOG.md
parent0b2c9db22868c43e4dd160b66abddce0846991b1 (diff)
parent4375e4b83c6572e23db9f2443bbc7fe266f7e0a8 (diff)
downloadiced-1d58d44fad605e428e7c203f610d3f98e53970d7.tar.gz
iced-1d58d44fad605e428e7c203f610d3f98e53970d7.tar.bz2
iced-1d58d44fad605e428e7c203f610d3f98e53970d7.zip
Merge pull request #2146 from Decodetalkers/customaction
feat: somewhere to place extra actions by platform
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4557f69..6690c0ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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