diff --git a/Changelog.md b/Changelog.md index 2b0e176..4786e73 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.0.6944 - 2021-06-29 +### Changed: +- Fixes IPC sessions not being disposed at emulation end. + - This fix possible leaks (memory, opened files, ect) at emulation end. + ## 1.0.6943 - 2021-06-29 ### Added: - Initial support for separate GPU address spaces was added.