From d77203a13fd1daa96043f713434f98794e5f1470 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 20 Jul 2020 05:57:46 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index b859bb1..e428d0f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.4969 - 2020-07-19 +### Fixed +- Implemented a small bit of code missing from 1.0.4964 (PR 1397), now ensuring that all HLE ipc sessions will be disposed when needed. + ## 1.0.4964 - 2020-07-19 ### Changed - Improved implementation of CreateTransferMemory and CloseHandle syscalls.