diff --git a/Changelog.md b/Changelog.md index 56570c5..ec2a3ea 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.155 - 2022-06-24 +### Fixed: +- Fix ThreadingLock deadlock on invalid access and ExitProcess. + - Fixes a specific case of the emulator freezing when closing. Does not fix all instances where this happens, however. + +## 1.1.154 - 2022-06-24 +### Fixed: +- Ensure texture ID is valid before getting texture descriptor. + - Fixes a crash in A Hat in Time that would occur after progressing past a certain point in the game. + ## 1.1.153 - 2022-06-23 ### Changed: - UI: Some Avalonia cleanup.