diff --git a/Changelog.md b/Changelog.md index 199a6d4..f958ec2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.481 - 2022-12-19 +### Fixed: +- Avalonia - Fix software keyboard row collision. + - Fixes an issue where placeholder text would not go away when typing on the software keyboard applet on Avalonia. + +## 1.1.480 - 2022-12-19 +### Fixed: +- Eliminate zero-extension moves in more cases on 32-bit games. + - Small code cleanup. May affect 32-bit games, though no changes are known. + ## 1.1.479 - 2022-12-18 ### Fixed: - Revert "ARMeilleure: Add initial support for AVX512(EVEX encoding)".