summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-03 18:17:42 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-03 18:17:42 +0100
commit6756594fc6edc699f8a254c369aabdecc4e2dcea (patch)
treef1a9141d8a15168c9ff33eb2a6fcd62a82861e7c /CHANGELOG.md
parent1d58d44fad605e428e7c203f610d3f98e53970d7 (diff)
parent3da6afdc413c19e6ec75f02a037089df95da8126 (diff)
downloadiced-6756594fc6edc699f8a254c369aabdecc4e2dcea.tar.gz
iced-6756594fc6edc699f8a254c369aabdecc4e2dcea.tar.bz2
iced-6756594fc6edc699f8a254c369aabdecc4e2dcea.zip
Merge pull request #2147 from Remmirad/mouse_area_hover_events
Add mouse move events to MouseArea
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6690c0ad..ec3e87ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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)
+- Mouse movement events for `MouseArea`. [#2147](https://github.com/iced-rs/iced/pull/2147)
### Changed
- Enable WebGPU backend in `wgpu` by default instead of WebGL. [#2068](https://github.com/iced-rs/iced/pull/2068)