diff --git a/Changelog.md b/Changelog.md index 3e5e7cd..b859bb1 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.0.4964 - 2020-07-19 +### Changed +- Improved implementation of CreateTransferMemory and CloseHandle syscalls. +- Fixed session services not being disposed. + +## 1.0.4963 - 2020-07-19 +### Added +- Added VBIC, VTST, and VSRA 32-bit instructions. + - Fixes missing opcode crashes in several 32-bit games. + ## 1.0.4957 - 2020-07-17 ### Changed - No longer prints guest stack trace for svcBreak debug calls.