From daf3c5a2517009db3f6f7cfe2767c74934d35c94 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 30 Nov 2022 02:15:33 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8f20872..08f38e1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.399 - 2022-11-29 +### Fixed: +- nuget: bump System.Management from 6.0.0 to 7.0.0. + - Updates System.Management to 7.0.0. No changes to emulator functionality. + ## 1.1.398 - 2022-11-29 ### Fixed: - ConcurrentBitmap: Use Interlocked Or/And.