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).