diff --git a/Changelog.md b/Changelog.md index 0480410..dbd5307 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,25 @@ 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.1079 - 2023-11-11 +### Fixed: +- Revert "Add support for multi game XCIs". + - Reverts the change in 1.1.1076 due to causing issues with certain game dumps. + +## 1.1.1078 - 2023-11-11 +### Fixed: +- Switch back to ubuntu-20.04. + - Fixed GitHub actions not building for Linux and macOS. + +## 1.1.1077 - 2023-11-11 +### Fixed: +- Switch to LLVM 15. + - Attempted to fix GitHub actions not building for macOS. + +## 1.1.1076 - 2023-11-11 +### Fixed: +- Add support for multi game XCIs. + ## 1.1.1075 - 2023-11-11 ### Fixed: - Create Desktop Shortcut fixes.