Skip to content

Commit

Permalink
Fix window rectangle change being in wrong changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Osspial committed Jan 5, 2020
1 parent 077ee4d commit cbf61e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
reduces the potential for cross-platform compatibility gotchyas.
- On Windows and Linux X11/Wayland, add platform-specific functions for creating an `EventLoop` outside the main thread.
- On Wayland, drop resize events identical to the current window size.
- On Windows, fix window rectangle not getting set correctly on high-DPI systems.

# 0.20.0 Alpha 3 (2019-08-14)

Expand Down Expand Up @@ -144,9 +145,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`.
Expand Down

0 comments on commit cbf61e5

Please sign in to comment.