From 53b25f5282313c739363459d3fb0c67c14d1bc6e Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 18 Mar 2021 17:09:01 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 71015df..b29604d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6790 - 2021-03-18 +### Added +- Implemented ApplicationErrorArg to the Error Applet. + - This was already implemented in the LDN build and as such has already undergone sufficient testing. + - Reduces code differences between the LDN build and master. + ## 1.0.6789 - 2021-03-18 ### Changed - Reworded some pop-up dialog boxes for better clarity of the messages to the end user. No emulator functionality changes.