From cf06687e9ad6bd0b35b3d671d9e521ae85e69bf1 Mon Sep 17 00:00:00 2001 From: MutantAura <44103205+MutantAura@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:20:59 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index 71f5238..6028aff 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,17 @@ 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.1289 - 2024-04-21 +### Changed: +- Use pooled memory and avoid memory copies. + - Code cleanup. No expected user-facing changes. + +## 1.1.1288 - 2024-04-21 +### Fixed: +- End render target lifetime on syncpoint increment. + - Fixes Balatro crashing on boot. + - Fixes a regression in Pizza Tower causing a random crash on boot. + ## 1.1.1287 - 2024-04-19 ### Fixed: - chore: remove repetitive words.