From 172ea27d05eeba0ac19bfee0a585b259f11322e4 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Tue, 27 Dec 2022 20:16:58 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e1d6353..dd89ab3 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.493 - 2022-12-26 +### Fixed: +- Use new ArgumentNullException and ObjectDisposedException throw-helper API. + - Small .NET code optimizations. No known changes in games. + ## 1.1.492 - 2022-12-26 ### Fixed: - GPU: Add fallback when 16-bit formats are not supported.