From 7bee1e4dc133d5c3412fa1b0968881d999888396 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 20 Aug 2023 14:26:48 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5a3bc17..0fae8f1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.999 - 2023-08-20 +### Fixed: +- Fix invalid audio renderer buffer size when end offset < start offset. + - Fixes a crash in Disgaea 5 Complete at the end of the mission "Dreaming Mushroom" in Episode 4. + +## 1.1.998 - 2023-08-19 +### Fixed: +- Fix debug assert on services without pointer buffer. + - Fixes an assert introduced in 1.1.996 that only affected debug builds. No changes in user builds. + ## 1.1.997 - 2023-08-18 ### Fixed: - Implement support for masked stencil clears on Vulkan.