From 1e7376847b4f65e4e888aa9768329550c6d26a48 Mon Sep 17 00:00:00 2001 From: Osspial Date: Tue, 27 Aug 2019 19:20:24 -0400 Subject: [PATCH] Move changelog entries into proper position (#1131) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cfd9f5c..e9a4f05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ - On macOS, implement `run_return`. - On iOS, fix inverted parameter in `set_prefers_home_indicator_hidden`. - On X11, performance is improved when rapidly calling `Window::set_cursor_icon`. +- On iOS, fix improper `msg_send` usage that was UB and/or would break if `!` is stabilized. +- On Windows, unset `maximized` when manually changing the window's position or size. # 0.20.0 Alpha 3 (2019-08-14) @@ -31,7 +33,6 @@ - On iOS, add touch pressure information for touch events. - Implement `raw_window_handle::HasRawWindowHandle` for `Window` type on all supported platforms. - On macOS, fix the signature of `-[NSView drawRect:]`. -- On iOS, fix improper `msg_send` usage that was UB and/or would break if `!` is stabilized. # 0.20.0 Alpha 2 (2019-07-09) @@ -51,7 +52,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, unset `maximized` when manually changing the window's position or size. # 0.20.0 Alpha 1 (2019-06-21)