diff --git a/Changelog.md b/Changelog.md index ad622f0..6805fe7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.575 - 2023-01-19 +### Fixed: +- Vulkan: Destroy old swapchain on swapchain recreation. + - Fixes an issue where the image would freeze on AMD graphics cards when exiting fullscreen. + - Fixes a memory leak on macOS when resizing the window. + ## 1.1.574 - 2023-01-18 ### Fixed: - Vulkan: Explicitly enable precise occlusion queries.