From 924f40410e315a9eaa9f14219dc56cece1e8606c Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:54:07 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5ff890a..b2c4833 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.964 - 2023-07-17 +### Fixed: +- [Hotfix] sockets: Resolve empty port requests to 0 again. + - Fixes a regression from 1.1.962 that caused DNS (2306-0520) errors and guest internet access not to work on several games. (This error will still appear if you try to connect to Nintendo Switch Online.) + ## 1.1.963 - 2023-07-16 ### Fixed: - [CPU] Hotfix missing ToNearest rounding mode cases.