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.