diff --git a/CHANGELOG.md b/CHANGELOG.md index 289c921d17..172badc17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ Unreleased` header. - On Orbital, implement `set_window_level`. - On Orbital, emit `DeviceEvent::MouseMotion`. - On Wayland, fix title in CSD not updated from `AboutToWait`. +- On macOS, emit `Event::Reopen` to handle dock icon click event. # 0.29.10 diff --git a/FEATURES.md b/FEATURES.md index 2819b48ec0..dbd81033f1 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -141,6 +141,7 @@ If your PR makes notable changes to Winit's features, please update this section * Full-size content view * Accepts first mouse * Set a preferred theme and get current theme. +* Dock icon click event ### Unix * Window urgency