From f279b2f22918b12c6241e36cf816af6c373964d1 Mon Sep 17 00:00:00 2001 From: Chet Gurevitch Date: Tue, 20 Feb 2018 07:18:17 -0800 Subject: [PATCH] Version 0.11.1 (#409) --- CHANGELOG.md | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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"]