From 733eff3c2e65bcb01fff11469e10d88763d34a31 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 5 Apr 2023 21:45:47 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6b0524b..43cedc3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.699 - 2023-04-05 +### Fixed: +- Eliminate boxing allocations caused by ISampledData structs. + - Code cleanup. No changes in games. + ## 1.1.698 - 2023-04-05 ### Fixed: - Vulkan: Cleanup PhysicalDevice and Instance querying.