From 302d15ceddd04f6d4ec729795907a57f4a5110cf Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sat, 31 Aug 2024 20:40:32 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.