From 1dabdd115cc21875717548cfdd0f9e90b894db9b Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 19 Sep 2020 20:19:47 -0300 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 719ff01..6ca01c2 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.5386 - 2020-09-19 +### Fixed +- Fixes stack overflow crash in a few games, including Blaster Master Zero 2 and Terraria. + ## 1.0.5383 - 2020-09-19 ### Changed - JIT optimization: Reorder blocks placing cold blocks at the end of the function.