From 0f26c31ce82ea4f25590d4c8549fdf67084dad60 Mon Sep 17 00:00:00 2001 From: OldManKain <47503099+OldManKain@users.noreply.github.com> Date: Fri, 9 Jun 2023 10:46:39 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index b6b4cc7..78a8025 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.880 - 2023-06-09 +### Fixed: +- Non-flags enums should not be used in bitwise operations. + - Code cleanup. No expected changes to emulator functionality. + ## 1.1.880 - 2023-06-09 ### Fixed: - Using 'ThenBy' instead.