Fix run_return does not return on macOS unless it receives a message (#1380)

* On MacOS, fix `run_return` not exit immediately

* Add CHANGELOG
This commit is contained in:
hatoo 2020-01-11 00:25:55 +09:00 committed by Bogaevsky
parent 9e3844ddd9
commit 633d0deeae
2 changed files with 21 additions and 17 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On macOS, fix `run_return` does not return unless it receives a message.
- On Windows, fix bug where `RedrawRequested` would only get emitted every other iteration of the event loop.
- On X11, fix deadlock on window state when handling certain window events.
- `WindowBuilder` now implements `Default`.