From d86e050fed1ddbc93f681d6162941f236dd7017e Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:31:20 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4f5ba75..27fc373 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.675 - 2023-03-21 +### Fixed: +- Revert "Use source generated json serializers in order to improve code trimming" #4576. + - Reverts the previous change. Fixes issues it caused such as configuration files not being parsed properly and games not booting. + +## 1.1.674 - 2023-03-21 +⚠️ This version does not work properly, do not update to it. ⚠️ +### Changed: +- Use source generated json serializers in order to improve code trimming. + ## 1.1.673 - 2023-03-20 ### Fixed: - ARMeilleure: Add initial support for AVX512 (EVEX encoding) (cont).