diff --git a/Changelog.md b/Changelog.md index 409575b..7b9a1a8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.570 - 2023-01-17 +### Fixed: +- Fix NRE when disposing AddressSpace with 4KB pages support. + - Fixes an issue from 1.1.568 where the emulator crashed upon stopping emulation. (Note that it can still hang on closing certain games as that's a different issue.) + ## 1.1.569 - 2023-01-16 ### Fixed: - ConfigurationState: Default to Vulkan on macOS.