Update cocoa and core-graphics (#608)

* Update cocoa and core-graphics

* Release winit 0.17.0

* Updated date / README version
This commit is contained in:
Paul Rouget 2018-08-03 04:26:30 +08:00 committed by Francesca Frangipane
parent e8e9fa2418
commit a32f7f2ec5
6 changed files with 11 additions and 8 deletions

View file

@ -1,6 +1,9 @@
# Unreleased
- Fixed thread-safety issues in several `Window` functions on Windows.
# Version 0.17.0 (2018-08-02)
- Cocoa and core-graphics updates.
- Fixed thread-safety issues in several `Window` functions on Windows.
- On MacOS, the key state for modifiers key events is now properly set.
- On iOS, the view is now set correctly. This makes it possible to render things (instead of being stuck on a black screen), and touch events work again.
- Added NetBSD support.