From bc19c04339e5b3b28cf7441c9802d52703cae6b5 Mon Sep 17 00:00:00 2001 From: j4qfrost Date: Fri, 15 May 2020 11:32:04 -0700 Subject: [PATCH] Fixed changelog line for core-* dependencies (#1561) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f66702..284b9961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - On Windows, fix `WindowBuilder::with_maximized` being ignored. - On Android, minimal platform support. - On iOS, touch positions are now properly converted to physical pixels. +- On macOS, updated core-* dependencies and cocoa # 0.22.1 (2020-04-16) @@ -43,7 +44,6 @@ - On macOS, fix `CursorMoved` event reporting the cursor position using logical coordinates. - On macOS, fix issue where unbundled applications would sometimes open without being focused. - On macOS, fix `run_return` does not return unless it receives a message. -- On macOS, updated core-* dependencies and cocoa - On Windows, fix bug where `RedrawRequested` would only get emitted every other iteration of the event loop. - On X11, fix deadlock on window state when handling certain window events. - `WindowBuilder` now implements `Default`.