From 5dc5e167926bbafb1ab07e1d38f72585ccc8eed6 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 19 Mar 2023 17:49:56 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index f818aa6..1c390de 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.671 - 2023-03-19 +### Fixed: +- Remove MultiRange Min/MaxAddress and rename GetSlice to Slice. + - Code cleanup. No changes in games. + ## 1.1.670 - 2023-03-19 ### Fixed: - Avoid copying more handles than we have space for.