From 80db4d30bfe12d345b39ca67928c7233fa6f0b88 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 3 Dec 2020 11:22:22 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index c97d878..cb08681 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.5937 - 2020-12-02 +### Changed +- This PR is a follow-up to 1.0.5915 and ensures the proper closing of copy handles that are passed by the guest and should be closed. + ## 1.0.5915 - 2020-12-02 ### Fixed - Modified the audio WorkBuffer transfer memory handle to close properly.