bump for v0.9.0 (#355)

This commit is contained in:
stuart nelson 2017-12-01 10:58:48 +01:00 committed by tomaka
parent 663d615379
commit 8348e8225b
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Unreleased
# Version 0.9.0 (2017-12-01)
- Added event `WindowEvent::HiDPIFactorChanged`.
- Added method `MonitorId::get_hidpi_factor`.
@ -18,7 +18,8 @@
- `WindowEvent`s `MouseMoved`, `MouseEntered`, and `MouseLeft` have been renamed to
`CursorMoved`, `CursorEntered`, and `CursorLeft`.
- New `DeviceEvent`s added, `MouseMotion` and `MouseWheel`.
- Impl `ModifiersState`, `MouseMove`, `MouseInput`, `MouseMotion` for emscripten backend.
- Send `CursorMoved` event after `CursorEntered` and `Focused` events.
- Add support for `ModifiersState`, `MouseMove`, `MouseInput`, `MouseMotion` for emscripten backend.
# Version 0.8.3 (2017-10-11)

View File

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