diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fb248e2..ddec3b1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ You can find its changes [documented below](#083---2023-02-28). ### Added - Type name is now included in panic error messages in `WidgetPod`. ([#2380] by [@matthewgapp]) +- `set_mouse_pass_through` sets whether the mouse passes through the window to whatever is behind. ([#2402] by [@AlexKnauth]) +- `is_foreground_window` returns true if the window is the foreground window or this is unknown, and returns false if a different window is known to be the foreground window. ([#2402] by [@AlexKnauth]) ### Changed