From d0b310a2277c7d95fc9f058e08c6cdf7574813f9 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:37:32 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index aab4db6..5ff890a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ 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.963 - 2023-07-16 +### Fixed: +- [CPU] Hotfix missing ToNearest rounding mode cases. + - Fixes a regression from 1.1.923 that caused some tests to fail. No known changes in games. + ## 1.1.962 - 2023-07-16 ### Fixed: - [Ryujinx.HLE] Address dotnet-format issues.