From 2e3dd7d6bb012223aa63f30abacc54ab88982778 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 26 Jun 2023 03:03:22 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8989323..51feb72 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,31 @@ 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.922 - 2023-06-25 +### Fixed: +- [Ryujinx.Input.SDL2] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.921 - 2023-06-25 +### Fixed: +- [Ryujinx.SDL2.Common] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.920 - 2023-06-25 +### Fixed: +- misc: memory: Migrate from OutOfMemoryException to SystemException entirely. + - Fixes a regression with address space allocation while providing more information about the context of the exception. No known changes in games. + +## 1.1.919 - 2023-06-25 +### Fixed: +- [Ryujinx.Graphics.Device] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + +## 1.1.918 - 2023-06-25 +### Fixed: +- [Ryujinx.Audio.Backends.SDL2] Address dotnet-format issues. + - Code cleanup. No expected changes in games. + ## 1.1.917 - 2023-06-25 ### Fixed: - [Ryujinx.Graphics.Nvdec] Address dotnet-format issues.