From 5cba27ff6c8cd703d92babc5c00ebffc44d96329 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:44:32 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index be5f4f9..a4468e2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,21 @@ 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.852 - 2023-06-01 +### Fixed: +- [Logger] Add print with stacktrace method. + - Adds stacktraces to Ryujinx logs for easier debugging. + +## 1.1.851 - 2023-06-01 +### Fixed: +- nuget: bump DynamicData from 7.13.8 to 7.14.2. + - Updates the DynamicData dependency. No expected changes to emulator functionality. + +## 1.1.850 - 2023-06-01 +### Fixed: +- Only run one workflow for a PR at a time. + - Any given pull request will no longer build multiple times if commits are pushed rapidly. + ## 1.1.849 - 2023-06-01 ### Fixed: - Vulkan: Include DepthMode in ProgramPipelineState.