Updated Changelog (markdown)

MetrosexualGarbodor 2023-06-24 15:14:33 +01:00
parent b3ff3bd9bc
commit dcf35b7262

@ -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). 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 ## 1.1.904 - 2023-06-22
### Fixed: ### Fixed:
- "Where" should be used before "OrderBy". - "Where" should be used before "OrderBy".