diff --git a/Changelog.md b/Changelog.md index 7cdd89f..5fae02e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,17 @@ 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.814 - 2023-05-21 +### Fixed: +- Fix crash in SettingsViewModel when Vulkan isn't available. + - Fixes a crash when opening the settings window on devices (e.g. Windows ARM) where Vulkan is not available. + +## 1.1.813 - 2023-05-21 +### Fixed: +- ServerBase thread safety. + - Fixes a possible `RecyclableMemoryStreamManager` crash when closing Ryujinx. + - Fixes some possible cases of Ryujinx hanging when stopping emulation. + ## 1.1.812 - 2023-05-21 ### Changed: - Replace ShaderBindings with new ResourceLayout structure for Vulkan.