From 4cac32a7cf52ffa6efcd22760cac83c844da8e5a Mon Sep 17 00:00:00 2001 From: OldManKain <47503099+OldManKain@users.noreply.github.com> Date: Wed, 28 Jun 2023 07:21:47 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index 23758c4..e3714df 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.931 - 2023-06-27 +### Fixed: +- nuget: bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3. + - Updates the Microsoft.NET.Test.Sdk dependency. No expected changes to emulator functionality. + +## 1.1.930 - 2023-06-27 +### Fixed: +- [Ryujinx.Graphics.Nvdec.Vp9] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.929 - 2023-06-27 +### Fixed: +- [Ryujinx.Graphics.Shader] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + ## 1.1.928 - 2023-06-27 ### Fixed: - [Ryujinx.Horizon.Kernel.Generators] Address dotnet-format issues.