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.