From 688c4e5e51a7e61b637c4a545a10ce95a8939963 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 23 Feb 2021 08:26:19 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index f43567b..8219b40 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.6690 - 2021-02-23 +### Changed +- Modified the auto-updater behavior to only purge Ryujinx files during an update. + - Allows relative paths beneath the Ryujinx executable or other subfolders to be safely used as data directories. + ## 1.0.6687 - 2021-02-23 ### Fixed - Fixed the unwanted propagation of a relocatable constant in a specific case.