From 9cddfa40f0b81188b024f5fcebc2a35dbe7c927d Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Tue, 1 Sep 2020 05:43:55 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index 8e9227a..b82dda1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,15 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5267 - 2020-09-01 +### Changed +- Reworked in-application user error prompts to be more meaningful to the end user. + - Replaces KEYS.MD pop-up with a more appropriate message including a link to the setup guide. + +## 1.0.5264 - 2020-09-01 +### Fixed +- Fixed a regression with texture compatibility checks introduced in build 1.0.5258 (PR 1482) + ## 1.0.5258 - 2020-08-31 ### Changed - Miscellaneous GPU code refactoring/improvement.