diff --git a/Changelog.md b/Changelog.md index 45feff0..4735850 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,13 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.508-1.1.510 - 2023-01-04 +### Fixed: +- Readd Ryujinx.Ui.LocaleGenerator removed in 1.1.506. + - Fixes a regression from 1.1.506 where the project couldn't be built with Visual Studio. +- hle: Add safety measure around overflow in ScheduleFutureInvocation. + - Fixes a regression from 1.1.506 that caused crashing on Linux. + ## 1.1.507 - 2023-01-04 ### Fixed: - Make PPTC state non-static.