fix(mac_platform): forward keyevent to system (#511)

* fix(mac_platform): forward keyevent to system

* doc(changelog): update changelog
This commit is contained in:
OJ Kwon 2018-05-12 19:10:57 -07:00 committed by Francesca Frangipane
parent ffa9b51d27
commit 1819be1173
3 changed files with 9 additions and 8 deletions

View file

@ -2,6 +2,7 @@
- `Icon::to_cardinals` is no longer public, since it was never supposed to be.
- Wayland: improve diagnostics if initialization fails
- Fix some system event key doesn't work when focused, do not block keyevent forward to system on macOS
# Version 0.14.0 (2018-05-09)