From a98379bf2b4d38ef9f5afbe4e2c40f5954d44f08 Mon Sep 17 00:00:00 2001 From: AlexKnauth Date: Tue, 21 May 2024 13:49:49 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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