From 8cfee8152f70df0339ee40f412de0cd7532b7683 Mon Sep 17 00:00:00 2001 From: Osspial Date: Wed, 16 Oct 2019 11:59:06 -0400 Subject: [PATCH] Fix window rectangle change being in wrong changelog entry --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d2324815..44951c8172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ - On X11, fix use-after-free during window creation - On Windows, disable monitor change keyboard shortcut while in exclusive fullscreen. - On Windows, ensure that changing a borderless fullscreen window's monitor via keyboard shortcuts keeps the window fullscreen on the new monitor. +- On Windows, fix window rectangle not getting set correctly on high-DPI systems. # 0.20.0 Alpha 3 (2019-08-14) @@ -85,9 +86,6 @@ and `WindowEvent::HoveredFile`. - On macOS, change `WindowExtMacOS::request_user_attention()` to take an `enum` instead of a `bool`. # 0.20.0 Alpha 1 (2019-06-21) -- On Windows, fix window rectangle not getting set correctly on high-DPI systems. - -# 0.20.0 Alpha 1 - Changes below are considered **breaking**. - Change all occurrences of `EventsLoop` to `EventLoop`.