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.