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.