From cd6ea58e97efd68c0f6ed9b6c3f7ea9ede5d510b Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 19 Jul 2022 16:03:12 +0200 Subject: [PATCH] changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e412377c2..7e5e955385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +- On Windows, apply skip taskbr state when taskbar is restarted. - On Android, `ndk-glue`'s `NativeWindow` lock is now held between `Event::Resumed` and `Event::Suspended`. - On Web, added `EventLoopExtWebSys` with a `spawn` method to start the event loop without throwing an exception. - Added `WindowEvent::Occluded(bool)`, currently implemented on macOS and X11.