From 8c92e12ba3af03940d8b854b500e6406d4221a42 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Wed, 14 Apr 2021 06:56:41 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5502bca..c4640ed 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.6835 - 2021-04-14 +### Added +- Stubbed IApplicationFunctions ExtendSaveData + - Fixes a missing service crash in Minecraft (cartridge/retail version). + ## 1.0.6834 - 2021-04-14 ### Changed - Fixed a regression introduced on 1.0.6826 (PR 2186) regarding the IManage Resolve/ResolveEx calls.