From dcf35b7262d596064c0fb6f10fe2928fc8365774 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 24 Jun 2023 15:14:33 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index ce10b3a..c193445 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.907 - 2023-06-24 +### Fixed: +- Empty "case" clauses that fall through to the "default" should be omitted. + - Code cleanup. No expected changes in games. + +## 1.1.906 - 2023-06-24 +### Fixed: +- Mutable fields should not be "public static". + - Code cleanup. No expected changes in games. + +## 1.1.905 - 2023-06-23 +### Fixed: +- "Where" should be used before "OrderBy". + - Code cleanup. No expected changes in games. + ## 1.1.904 - 2023-06-22 ### Fixed: - "Where" should be used before "OrderBy".