Skip to content

Commit

Permalink
Add CHANGELOG entry about virtual_keycode on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Mar 26, 2022
1 parent 6a6fd49 commit ea442b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ea442b0

Please sign in to comment.