From be1b407a2206390f3052fb36dacfc8b0d1954df0 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 30 May 2021 13:22:19 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 62bc999..771871b 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.6898 - 2021-05-30 +### Fixed +- Fixed a logging regression where an incorrect function name would be included in the trace if the function had its name stripped. + ## 1.0.6897 - 2021-05-30 ### Fixed - Fixed an inverted low/high mask value on GetThreadCoreMask32 syscall.