From fc35783494a8b81142f5e5f8c9dba24399cced94 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 28 Jul 2022 23:50:17 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e57f7b0..70858fd 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.1.197 - 2022-07-28 +### Fixed: +- Avalonia: Another Cleanup. + - Fixes crashes in the Avalonia UI's DLC Manager that would occur when managing DLC for a game that already had DLC added to it, when selecting 1 or more DLC files and adding them, or when clicking "Remove", "Remove All" or "Save" for titles with no DLC. + ## 1.1.196 - 2022-07-28 ### Fixed: - Avalonia: Cleanup UserEditor a bit.