From 89c61780ab3930d8c32a12363891b831e88f6d3a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:32:13 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index be2b270..14d27a6 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.1286 - 2024-04-19 +### Fixed: +- Do not compare Span to 'null' or 'default'. + - Code cleanup. No expected user-facing changes. + +## 1.1.1285 - 2024-04-19 +### Fixed: +- Update to new standard for volatility operations. + - Code cleanup. No expected user-facing changes. + ## 1.1.1284 - 2024-04-18 ### Fixed: - Fix unmapped address check when reading texture handles.