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.