From 4929ac70e98f0c59f0142c991553c072167e6644 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sat, 2 Jan 2021 16:36:13 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6079a14..c6e7318 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.6212 - 2021-01-02 +### Fixed +- Fixes a regression introduced in 1.0.6122 (PR 1741) that caused issues with homebrew apps/games not always using fences. + ## 1.0.6209 - 2021-01-02 ### Added - Implemented apm:p service call. This seems to be used only by homebrew at this time.