Updated Changelog (markdown)

MetrosexualGarbodor 2024-04-19 13:32:13 +01:00
parent 9cd21635c2
commit 89c61780ab
1 changed files with 10 additions and 0 deletions

@ -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<T> 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.