From dcfc886a384ec13af58bb65483d3ecd0d3c20c75 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 23 Jan 2021 05:33:15 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 2a9446c..f459923 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file -## 1.0.6389 - 2021-01-20 +## 1.0.6391 - 2021-01-23 +### Fixed +- Fixed TZName parsing in TZIF footer. + - Fixes incorrect timezone offset seen in games such as Animal Crossing: New Horizons. + +## 1.0.6389 - 2021-01-22 ### Fixed - Fixed an inverted read only flag in transfer memory creation. - Fixes an issue with the inline swkbd implementation.