diff --git a/Changelog.md b/Changelog.md index 8021488..a72f805 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1382 - 2024-08-31 +### Fixed: +- Make HLE project AOT friendly. + - No expected user-facing changes. + +## 1.1.1381 - 2024-08-31 +### Fixed: +- Replace ImageSharp with SkiaSharp everywhere. + - Fixes text inputs in games not allowing more than one character to be typed. + ## 1.1.1380 - 2024-08-27 ### Fixed: - Fix deadlock in background translation thread shutdown.