From 8b0b4ab248b8e5931da5af46657a1b8c2a5242e5 Mon Sep 17 00:00:00 2001 From: Francesca Frangipane Date: Fri, 13 Apr 2018 14:15:30 -0400 Subject: [PATCH] Moved CHANGELOG entry from #444 to correct section (#461) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcccc033..e3705c57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Implement `WindowEvent::HiDPIFactorChanged` for macOS - On X11, input methods now work completely out of the box, no longer requiring application developers to manually call `setlocale`. Additionally, when input methods are started, stopped, or restarted on the server end, it's correctly handled. - Implemented `Refresh` event on Windows. +- Properly calculate the minimum and maximum window size on Windows, including window decorations. - Map more `MouseCursor` variants to cursor icons on Windows. # Version 0.12.0 (2018-04-06) @@ -17,7 +18,6 @@ - Fixed thread safety issues with input methods on X11. - Add support for `Touch` for win32 backend. - Fixed `Window::get_inner_size` and friends to return the size in pixels instead of points when using HIDPI displays on OSX. -- Properly calculate the minimum and maximum window size on Windows, including window decorations. # Version 0.11.3 (2018-03-28)