From e7de5162fd412df693506ba00f220e61ef26b25a Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 11 May 2021 11:39:40 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 64baa3f..c681c54 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6868 - 2021-05-11 +### Fixed +- Fixed a specific core migration bug on the scheduler that could occur during context switching. + - There are no currently known triggers for this bug; as such the end user experience during emulation is not expected to change. + ## 1.0.6867 - 2021-05-08 ### Fixed - Fixed a minor bug in GTK3 keyboard mapping.