From de5c6d0a9ecccea75ab253091d693f4315b7c721 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:04:31 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8118cc7..64bfc30 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ 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.1395 - 2024-09-18 +### Fixed: +- Replace passing by IMemoryOwner with passing by concrete MemoryOwner. + - Code cleanup. No expected user-facing changes. + ## 1.1.1394 - 2024-09-18 ### Fixed: - Implement support for shader ATOM.EXCH instruction.