diff --git a/Changelog.md b/Changelog.md index 891e7fa..0f8239a 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.5915 - 2020-12-02 +### Fixed +- Modified the audio WorkBuffer tranfer memory handle to close properly. + - Fixes a regression introduced in 1.0.5899 (PR 1458) that caused a crash or hang on Rune Factory 4 Special and potentially other similarly coded games. + ## 1.0.5913 - 2020-12-02 ### Changed - Created a single guest process per IPC message processor, to alleviate issues introduced in 1.0.5899 (PR 1458).