Version 0.8.2 (#301)

This commit is contained in:
Victor Berger 2017-09-28 19:04:26 +02:00 committed by GitHub
parent 515595153d
commit b337d8f99b
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
# Version 0.8.2 (2017-09-28)
- Uniformize keyboard scancode values accross Wayland and X11 (#297).
- Internal rework of the wayland event loop
- Added method `os::linux::WindowExt::is_ready`

View file

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.8.1"
version = "0.8.2"
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]