Updated Changelog (markdown)

MetrosexualGarbodor 2023-06-23 01:56:33 +01:00
parent 82354d84ed
commit b3ff3bd9bc

@ -3,6 +3,16 @@ 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.904 - 2023-06-22
### Fixed:
- "Where" should be used before "OrderBy".
- Code cleanup. No expected changes in games.
## 1.1.903 - 2023-06-22
### Fixed:
- "StartsWith" and "EndsWith" overloads that take a "char" should be used instead of the ones that take a "string".
- Code cleanup. No expected changes in games.
## 1.1.902 - 2023-06-22
### Fixed:
- "Find" method should be used instead of the "FirstOrDefault" extension.