diff --git a/Changelog.md b/Changelog.md index 719d2fd..edd6ba7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,41 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.240 - 2022-08-26 +### Fixed: +- Optimize kernel memory block lookup and consolidate RBTree implementations. + - No known changes, though it might positively affect UE4 games. + +## 1.1.239 - 2022-08-26 +### Fixed: +- Avalonia - Update Turkish Translation. + - Updates Turkish localization for the Avalonia UI. + +## 1.1.238 - 2022-08-26 +### Fixed: +- Update de_DE.json. + - Updates German localization for the Avalonia UI. + +## 1.1.237 - 2022-08-26 +### Fixed: +- Update zh_CN.json. + - Updates simplified Chinese localization for the Avalonia UI. + +## 1.1.236 - 2022-08-26 +### Fixed: +- Avalonia - Add Polish Translation. + - Adds a Polish localization for the Avalonia UI. + +## 1.1.235 - 2022-08-26 +### Fixed: +- Avalonia - Display language names in their corresponding language under "Change Language". + - Changes language names to their native ones in the Avalonia UI. Before, they were all in English. + +## 1.1.234 - 2022-08-26 +### Fixed: +- bsd: Fix Poll writting in input buffer. + - Fixes an oversight in the code. No expected changes to emulator functionality. + ## 1.1.233 - 2022-08-26 ### Fixed: - Fast path for Inline-to-Memory texture data transfers.