diff --git a/Changelog.md b/Changelog.md index 8bcf42a..faea1eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.457 - 2022-12-09 +### Fixed: +- Add explicit dependency on System.Drawing.Common on Ryujinx.Ava to workaround trimming bugs. + - Fixes Avalonia builds crashing on startup since 1.1.456. + +## 1.1.456 - 2022-12-09 +### Fixed: +- misc: Remove dependency on System.Drawing.Common. + - Removes System.Drawing.Common, which was used only once for DPI scaling factor, and implements the same behaviour using gdiplus. Reduces emulator size slightly. + ## 1.1.455 - 2022-12-09 ### Fixed: - Add concurrency restriction on release workflows.