diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a58b4a5..1de068a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index 99586de80..95f5c9da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.20.0-alpha4" +version = "0.20.0-alpha5" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018"