diff --git a/CHANGELOG.md b/CHANGELOG.md index fa740e80..e61de293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Unreleased -- Implement `MonitorId::get_dimensions` for Android. -- Fixed windows not receiving mouse events when click-dragging the mouse outside the client area of a window, on Windows platforms. +# Version 0.11.1 (2018-02-19) + +- Fixed windows not receiving mouse events when click-dragging the mouse outside the client area of a window, on Windows platforms. +- Added method `os::android::EventsLoopExt:set_suspend_callback(Option ()>>)` that allows glutin to register a callback when a suspend event happens -======= # Version 0.11.0 (2018-02-09) - Implement `MonitorId::get_dimensions` for Android. diff --git a/Cargo.toml b/Cargo.toml index 557f9608..898455bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.11.0" +version = "0.11.1" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]