diff --git a/Changelog.md b/Changelog.md index a61cada..8b91ab8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file. +## 1.1.746 - 2023-05-03 +### Fixed: +- Revert "ModLoader: Fix case sensitivy issues". + - Reverts the change in 1.1.744 as it broke cheat support on Windows. + +## 1.1.745 - 2023-05-03 +### Fixed: +- Vulkan: Record modifications for barriers after changing the framebuffer. + - Fixes visual glitches at lower resolutions in Xenoblade Chronicles 2 on Nvidia RTX 3000 and 4000 series GPUs. + ## 1.1.744 - 2023-05-02 ### Fixed: - ModLoader: Fix case sensitivy issues.