Fix CHANGELOG.md (#1061)

This commit is contained in:
Murarth 2019-07-22 18:26:52 -07:00 committed by Hal Gentz
parent bd1ac6cb1e
commit 39e668ffb0

View file

@ -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)