diff --git a/Changelog.md b/Changelog.md index 856c597..4af7798 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,18 @@ All updates to this Ryujinx branch will be documented in this file. -## [1.2.69]() - 2024-11-1 +## [1.2.72]() - 2024-11-03 +PRs [#163](), [#164](), [#139]() +### HLE: + - Add DebugMouse HID device. + - Fixes "Clock Tower Rewind" crashing while loading. +### Audio: + - Fix index bounds check in GetCoefficientAtIndex. + - Fixes crashing in Super Mario Party Jamboree. +### misc: + - Update macOS distribution .icns. + +## [1.2.69]() - 2024-11-01 ### Infra: - Compile the native libraries into the Ryujinx executable. - Remove `libarmeilleure-jitsupport.dylib` from Windows & Linux releases (dylibs are macOS-only) @@ -12,7 +23,7 @@ All updates to this Ryujinx branch will be documented in this file. - Replace "" with `string.Empty`. - Code cleanups & simplifications. -## [1.2.67]() - 2024-11-1 +## [1.2.67]() - 2024-11-01 PRs [#36](), [#135]() ### GUI: