From 5dfd5e05ac65e7511d492d41100a52acdd79b8d3 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 1 Jul 2023 17:20:46 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index 16ccfec..56a863e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ 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.947 - 2023-07-01 +### Fixed: +- [Ryujinx.Horizon] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.946 - 2023-07-01 +### Fixed: +- [Ryujinx.Graphics.Vulkan] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.945 - 2023-07-01 +### Fixed: +- Prefer indexing instead of "Enumerable" methods on types implementing "IList". + - Code cleanup. No expected changes in games. + ## 1.1.944 - 2023-06-30 ### Fixed: - [Ryujinx.Cpu] Address dotnet-format issues.