From 6b39a0429819d7d4a4a99e192222afd03e3477b1 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 14 Jun 2023 18:06:02 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.