From 97374b01f05ffd396dbdba0ab19948b1426c1d39 Mon Sep 17 00:00:00 2001 From: OldManKain <47503099+OldManKain@users.noreply.github.com> Date: Sun, 25 Jun 2023 10:31:31 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 494b1e8..136a6ad 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,26 @@ 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.915 - 2023-06-25 +### Fixed: +- [Ryujinx.Graphics.Nvdec.FFmpeg] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.914 - 2023-06-25 +### Fixed: +- [Ryujinx.Tests.Memory] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.913 - 2023-06-25 +### Fixed: +- [Ryujinx.Graphics.Vic] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.912 - 2023-06-25 +### Fixed: +- [Ryujinx.Tests.Unicorn] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + ## 1.1.911 - 2023-06-25 ### Fixed: - Set COMPlus_DefaultStackSize to 2M in macOS.