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)