From ea442b06822fdf70c2eb2b4736584a5aa854bf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Sat, 26 Mar 2022 20:52:05 +0100 Subject: [PATCH] Add CHANGELOG entry about `virtual_keycode` on Android --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beca7e5a5dc..75981989258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ And please only add new entries to the top of this list, right below the `# Unre - The internal bindings to the [Windows API](https://docs.microsoft.com/en-us/windows/) were changed from the unofficial [winapi](https://github.com/retep998/winapi-rs) bindings to the official Microsoft [windows-sys](https://github.com/microsoft/windows-rs) bindings. - On Wayland, fix resize and scale factor changes not being propagated properly. - On Wayland, fix polling during consecutive `EventLoop::run_return` invocations. +- On Android, `virtual_keycode` for `KeyboardInput` events is now filled in where a suitable match is found. # 0.26.1 (2022-01-05)