diff --git a/Changelog.md b/Changelog.md index 90331b2..fff08c5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.887 - 2023-06-12 +### Fixed: +- hle: Stub IHidbusServer.GetBusHandle. + - Allows newer versions of NES Switch Online and Starlink: Battle for Atlas to boot. + +## 1.1.886 - 2023-06-12 +### Added: +- infra: Add PR triage action. + - Automatically assigns reviewers and some labels on pull requests on GitHub. + ## 1.1.885 - 2023-06-11 ### Fixed: - Ava: Fix OpenGL on Linux again.