diff --git a/Changelog.md b/Changelog.md index 1e9a1f3..3c71330 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,12 @@ 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.1358 - 2024-07-21 +### Fixed: +- Fix checking for the wrong metadata files for applications launched with a different program index. + - Fixes a regression from 1.1.1350 that caused updates to not apply for games that get launched with different program indices, such as Super Mario 3D All-Stars. + - Fixes an issue where the emulator wouldn't apply DLC to these same games. + ## 1.1.1357 - 2024-07-20 ### Fixed: - Make sure TryGetApplicationsFromFile() doesn't throw exceptions anymore.