Add changelog entry

This commit is contained in:
Matěj Laitl 2024-10-28 12:12:07 +01:00 committed by John Nunley
parent 13bb51c7e0
commit 9d347b72d9

View file

@ -195,3 +195,4 @@ changelog entry.
- On macOS, fix crash when calling `drag_window()` without a left click present.
- On X11, key events forward to IME anyway, even when it's disabled.
- On Windows, make `ControlFlow::WaitUntil` work more precisely using `CREATE_WAITABLE_TIMER_HIGH_RESOLUTION`.
- On X11, creating windows on screen that is not the first one (e.g. `DISPLAY=:0.1`) works again.