diff --git a/Changelog.md b/Changelog.md index 8a05866..7234924 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,19 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6769 - 2021-03-01 +### Fixed +- Fixed a regression in SignalMemoryTracking, introduced in 1.0.6763 (PR2044), that could cause a black screen on the Monster Hunter Rise Demo. + +## 1.0.6768 - 2021-02-28 +### Changed +- Revised SystemInfo: + - Extract CPU name from CPUID when supported. + - Linux: Robust parsing of procfs files + - Windows: Prefer native calls to WMI + - Remove unnecessary virtual specifiers +- Reduces application startup time by roughly 1 second. + ## 1.0.6767 - 2021-02-28 ### Fixed - Modified the SoundIO session implementation to be lock-free.