From 4b0b94cc1e70fd32a716ee9f0887563bb2b529c6 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 21 May 2021 17:32:50 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 9150c67..e6f48fe 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.6890 - 2021-05-21 +### Changed +- Changed to a new approach for out of bounds blit. + - Fixes invalid memory region crashes on Rune Factory 5 and Shantae. + ## 1.0.6889 - 2021-05-21 ### Added - Implemented another Depth32F texture variant.