From 477b38c1598d11c62002f7440fa55411507fdc59 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 8 Feb 2023 14:03:49 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index de4911a..e715060 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.608 - 2023-02-08 +### Fixed: +- Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes). + - Code cleanup. No changes in games. + +## 1.1.607 - 2023-02-08 +### Fixed: +- Fix some Vulkan validation errors. + - Code cleanup. No expected changes in games. + ## 1.1.606 - 2023-02-08 ### Fixed: - Limit texture cache based on total texture size.