Release 0.20.0-alpha5 (#1315)

This commit is contained in:
Manish Goregaokar 2019-12-09 16:29:50 -08:00 committed by Freya Gentz
parent 35505a3114
commit e5291c9e28
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# # 0.20.0 Alpha 5 (2019-12-09)
- On macOS, fix application termination on `ControlFlow::Exit`
- On Windows, fix missing `ReceivedCharacter` events when Alt is held.
- On macOS, stop emitting private corporate characters in `ReceivedCharacter` events.

View File

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.20.0-alpha4"
version = "0.20.0-alpha5"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
edition = "2018"