diff --git a/Changelog.md b/Changelog.md index 1dba8db..f4d0a6c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.136 - 2022-06-01 +### Changed: +- infra: Switch to win10-x64 RID and fix PR comment for Avalonia and SDL2 artifact rename. + - Windows Ryujinx builds now target Windows 10/11. + - Windows 7, 8 and 8.1 are no longer supported. + - Avalonia builds posted on PRs by the GitHub bot will be hidden under an "Experimental GUI (Avalonia)" tab. + - Headless builds will move back under the "GUI-less (SDL2)" tab. + ## 1.1.135 - 2022-05-31 ### Changed: - Rewrite SVC handler using source generators rather than IL emit.