Changelog entry for #1153 (#1157)

This commit is contained in:
Victor Berger 2019-09-12 00:22:41 +02:00 committed by Hal Gentz
parent a3739d6bad
commit b6de19e92e

View file

@ -6,6 +6,7 @@
- On iOS, fix improper `msg_send` usage that was UB and/or would break if `!` is stabilized. - On iOS, fix improper `msg_send` usage that was UB and/or would break if `!` is stabilized.
- On Windows, unset `maximized` when manually changing the window's position or size. - On Windows, unset `maximized` when manually changing the window's position or size.
- On Windows, add touch pressure information for touch events. - On Windows, add touch pressure information for touch events.
- On Wayland, fix event processing sometimes stalling when using OpenGL with vsync.
# 0.20.0 Alpha 3 (2019-08-14) # 0.20.0 Alpha 3 (2019-08-14)