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.