diff --git a/Changelog.md b/Changelog.md index a869650..9081cf6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,20 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.491 - 2022-12-26 +### Fixed: +- Added Generic Math to BitUtils. + - Small .NET code optimizations. No known changes in games. + +## 1.1.490 - 2022-12-26 +### Fixed: +- bsd::RecvFrom: verify output buffer size before writing socket address. + - Verifies output buffer size (sockAddrOutSize) is non zero before writing socket address. No known changes in games. + +
+Older releases +
+ ## 1.1.489 - 2022-12-24 ### Fixed: - Some minor cleanups and optimizations. @@ -82,10 +96,6 @@ All updates to the Ryujinx official master build will be documented in this file - GPU: Fix layered attachment write. - Fixes a regression introduced in 1.1.418 that broke the crowd rendering in Mario Strikers: Battle League. -
-Older releases -
- ## 1.1.473 - 2022-12-15 ### Fixed: - Avalonia: Fix invisible swkbd applet on Linux.