From 29d85ea6b3f191123befe49d8726a87c5f06f167 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Sun, 13 Aug 2023 23:27:04 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index f265bdd..6b1cc96 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ 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.984 - 2023-08-13 +### Fixed: +- "static readonly" constants should be "const" instead. + - Code cleanup. No expected changes in games. + +## 1.1.983 - 2023-08-13 +### Changed: +- Ava UI: Remove animations on listbox items. + - Removes fade-in animations on list items, as they looked inconsistent with the rest of the Avalonia menus. + ## 1.1.982 - 2023-08-12 ### Fixed: - Ava UI: Make some settings methods async.