From 82354d84ed38d224dd259b48b7fadfd679ba80f2 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 23 Jun 2023 00:44:04 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index b3523e8..7e66b7b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.902 - 2023-06-22 +### Fixed: +- "Find" method should be used instead of the "FirstOrDefault" extension. + - Code cleanup. No expected changes in games. + +## 1.1.901 - 2023-06-22 +### Fixed: +- "Exists" method should be used instead of the "Any" extension. + - Code cleanup. No expected changes in games. + ## 1.1.900 - 2023-06-22 ### Fixed: - Fix regression introduced by 1.1.733 on Intel GPUs.