From 1f1e94e62404b65aa2c4426e832eaa7baf4c13d8 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 29 Nov 2021 20:50:42 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8c0d529..887b864 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.7112 - 2021-11-29 +### Fixed: +- Don't blow up everything if a DLC file is moved or renamed. + - Fixes DLC manager crashing the emulator when DLC files have been moved or renamed, removing the need to delete a DLC.json file when this happens. + ## 1.0.7111 - 2021-11-28 ### Added: - infra: Migrate to .NET 6.