From f6828d34090efda7c2706437b6ab803778e120dc Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:37:36 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3cdda2a..f615089 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.1339 - 2024-06-26 +### Fixed: +- discord: Fix TruncateToByteLength() not taking the string length into account before trimming. + - Fixes a regression from 1.1.1303 that caused Yu-Gi-Oh! RUSH DUEL: Saikyo Battle Royale to crash on boot. + +## 1.1.1338 - 2024-06-26 +### Fixed: +- nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.6.0 to 7.6.2. + - Updates the Microsoft.IdentityModel.JsonWebTokens dependency. No expected user-facing changes. + ## 1.1.1337 - 2024-06-25 ### Fixed: - SetProcessMemoryPermission address and size are always 64-bit.