From 0304f542246d01fcdca5cc3a55e764ecf864f9a4 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Fri, 15 Apr 2022 12:52:24 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index c10d4ab..a442902 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.103 - 2022-04-15 +### Fixed: +- ReactiveObject: Handle case when oldValue is null. + - Fixes a possible null exception in the future Avalonia UI. + ## 1.1.102 - 2022-04-10 ### Fixed: - ForceDpiAware: X11 implementation.