From 9d036a6faa56afa91117659adb6d2dd531db6747 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Fri, 6 Apr 2018 15:04:12 +0545 Subject: [PATCH] Publish 0.12.0. Update CHANGELOG. (#449) See the CHANGELOG for all relevant changes included in this new version. --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b103bd26..8754da5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.12.0 (2018-04-06) + - Added subclass to macos windows so they can be made resizable even with no decorations. - Dead keys now work properly on X11, no longer resulting in a panic. - On X11, input method creation first tries to use the value from the user's `XMODIFIERS` environment variable, so application developers should no longer need to manually call `XSetLocaleModifiers`. If that fails, fallbacks are tried, which should prevent input method initialization from ever outright failing. diff --git a/Cargo.toml b/Cargo.toml index 655b78b9..b3a64539 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.11.3" +version = "0.12.0" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]