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".