diff --git a/Changelog.md b/Changelog.md index c53bafb..b77cb7c 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.141 - 2022-06-05 +### Fixed: +- Remove freed memory range from tree on memory block disposal. + - Fixes an issue where the emulator could crash after stopping emulation and starting another game afterwards. + ## 1.1.140 - 2022-06-05 ### Fixed: - Extend uses count from ushort to uint on Operand Data structure.