Skip to content

Commit

Permalink
Fix CHANGELOG.md (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
murarth authored and goddessfreya committed Jul 23, 2019
1 parent bd1ac6c commit 39e668f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)

Expand Down

0 comments on commit 39e668f

Please sign in to comment.