From b6de19e92ec5a923a607435668312a1a7cbb9bb0 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Thu, 12 Sep 2019 00:22:41 +0200 Subject: [PATCH] Changelog entry for #1153 (#1157) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 055446a5..7c897b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - 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, 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)