From 39e668ffb0a1437305508aaa155a57f354b5aa24 Mon Sep 17 00:00:00 2001 From: Murarth Date: Mon, 22 Jul 2019 18:26:52 -0700 Subject: [PATCH] Fix CHANGELOG.md (#1061) --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e602b73c..eeea01e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased +- On Windows, location of `WindowEvent::Touch` are window client coordinates instead of screen coordinates. +- On X11, fix delayed events after window redraw. + # 0.20.0 Alpha 2 (2019-07-09) - On X11, non-resizable windows now have maximize explicitly disabled. @@ -18,8 +21,6 @@ and `WindowEvent::HoveredFile`. - On Windows, fix the trail effect happening on transparent decorated windows. Borderless (or un-decorated) windows were not affected. - On Windows, fix `with_maximized` not properly setting window size to entire window. - On macOS, change `WindowExtMacOS::request_user_attention()` to take an `enum` instead of a `bool`. -- On Windows, location of `WindowEvent::Touch` are window client coordinates instead of screen coordinates. -- On X11, fix delayed events after window redraw. # 0.20.0 Alpha 1 (2019-06-21)