diff --git a/Changelog.md b/Changelog.md index c2ba92e..f878e1d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,11 +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.1312 - 2024-05-16 +## 1.1.1313 - 2024-05-16 ### Fixed: - misc: Change Deflate compression level to Fastest. - Speeds up shader packaging process by up to 14x. Shader packaging occurs after GPU driver updates, switching between Vulkan and OpenGL, or significant changes to Ryujinx's GPU code. Note that shader caches will have slightly larger file sizes after this change. +## 1.1.1312 - 2024-05-16 +### Fixed: +- Improves some log messages and fixes a typo. + - Makes the logging messages for missing game directories and files clearer. + ## 1.1.1311 - 2024-05-15 ### Fixed: - Revert "Disable keyboard controller input while swkbd is open (foreground)".