From 807a35e56786f0d314493d66719ccd5163c0b6b9 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 19 Dec 2022 19:18:19 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)".