From 9b1dccba2a8abae1b7731e4e9e8c7ecbe145100e Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 25 Jun 2023 07:36:05 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index a7cc75d..868996b 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.909 - 2023-06-24 +### Fixed: +- [Ryujinx.Audio.Backends.SoundIo] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.908 - 2023-06-24 +### Fixed: +- [Ryujinx.Audio.Backends.OpenAL] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + ## 1.1.907 - 2023-06-24 ### Fixed: - Empty "case" clauses that fall through to the "default" should be omitted.