From e1f92e957409d59fa3a05c03b0d9baac7df8a63d Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 19 Jul 2022 16:04:01 +0200 Subject: [PATCH] spelling --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5e955385..72a5fcb46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +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 Windows, apply skip taskbar 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.