diff --git a/Changelog.md b/Changelog.md index a61c719..1fcec7f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.753 - 2023-05-05 +### Fixed: +- ModLoader: Fix case sensitivy issues. + - Fixes the previous issue where cheat support broke by creating new instruction lists for every new cheat instead of clearing and share the same list. + +## 1.1.752 - 2023-05-05 +### Fixed: +- Fix unescaped string in the Linux launch script which fails when there are spaces in directory path. + ## 1.1.751 - 2023-05-04 ### Fixed: - Revert "IPC - Refactor Bcat service to use new ipc".