diff --git a/Changelog.md b/Changelog.md index 09c0f3f..3b626b1 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.893 - 2023-06-14 +### Fixed: +- nuget: bump System.Management from 7.0.1 to 7.0.2. + - Updates the System.Management dependency. No expected changes to emulator functionality. + +## 1.1.892 - 2023-06-14 +### Fixed: +- test: Make tests runnable on system without 4KiB page size. + - Fixes running tests on Linux distros that use 16KiB pages, such as Asahi Linux. + ## 1.1.891 - 2023-06-14 ### Fixed: - Fix Arm32 double to int/uint conversion on Arm64.