From 5776d50d362203dae2057dc9d623a5e628ef5d4a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 25 Oct 2021 00:12:28 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 49edc50..b04dd38 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,26 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.7091 - 2021-10-24 +### Fixed: +- Kernel: Fix inverted condition on permission check of SetMemoryPermission syscall. + +## 1.0.7090 - 2021-10-24 +### Fixed: +- Preserve image types for shader bindless surface instructions (.D variants). + - Make format unknown for surface atomic if bindless and not sized. + +## 1.0.7089 - 2021-10-24 +### Fixed: +- HLE: Improve safety. + - Makes timezone implementation safe. Improves various parts of the code that were previously unsafe. + - Add an util function that handles reading an ASCII string in a safe way. + +## 1.0.7088 - 2021-10-24 +### Fixed: +- Kernel: Clear pages allocated with SetHeapSize. Previously, all new pages allocated by SetHeapSize were not cleared by the kernel, which could cause weird memory corruption. + - Add support for custom fill heap and ipc value. + ## 1.0.7087 - 2021-10-24 ### Fixed: - Fixup channel submit IOCTL syncpoint parameters.