From 28777834f9a17bddab8fe037d7f8e665ba58e0e7 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:02:14 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 656fc9d..37caf47 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.1017 - 2023-09-18 +### Fixed: +- Use compiled binding for localizations. + - Code cleanup. No expected changes in games. + +## 1.1.1016 - 2023-09-18 +### Fixed: +- Remove more usages of reflection binding. + - Code cleanup. No expected changes in games. + ## 1.1.1015 - 2023-09-16 ### Fixed: - Replace ShaderOutputLayer with equivalent ShaderViewportIndexLayerEXT capability.