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.