From 2ead1c1c59cd483d9b966ec1de578251cfc9e4c8 Mon Sep 17 00:00:00 2001 From: Osspial Date: Mon, 8 Apr 2019 01:08:31 -0400 Subject: [PATCH] Update for 0.19.1 (#823) --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e709197c..bf53744b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,9 @@ - `LoopDestroyed` is emitted when the `run` or `run_return` method is about to exit. - Rename `MonitorId` to `MonitorHandle`. - Removed `serde` implementations from `ControlFlow`. + +# Version 0.19.1 (2019-04-08) + - On Wayland, added a `get_wayland_display` function to `EventsLoopExt`. - On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus. - On macOS, fix command key event left and right reverse. diff --git a/Cargo.toml b/Cargo.toml index 35343de2..370b8ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.19.0" +version = "0.19.1" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] diff --git a/README.md b/README.md index 428669ec..717d7dac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.19.0" +winit = "0.19.1" ``` ## [Documentation](https://docs.rs/winit)