diff --git a/Changelog.md b/Changelog.md index 06cb3b7..7835ad5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,18 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.587 - 2023-01-21 +### Fixed: +- Ava UI: Various Fixes. + - Fixes screenshot functionality not working on Avalonia since 1.1.532. + - Fixes an issue where game updates would not be removed properly from the JSON file if an update file was moved or renamed. + - Cleans up some more Ava code. + +## 1.1.586 - 2023-01-21 +### Fixed: +- Remove use of reflection on GAL multithreading. + - Code improvement, required for NativeAOT support. No known changes in games. + ## 1.1.585 - 2023-01-21 ### Fixed: - nuget: bump Microsoft.CodeAnalysis.Analyzers from 3.3.3 to 3.3.4.