From 7c05b7c19fd73ed9c1b303af3a7150ddf9e0a8e0 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 18 Jun 2020 05:49:55 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5c9c7b5..86ee2f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.4728 - 2020-06-18 +### Fixed +- Incremented PTC version + - Hotfix for previous build: fixed PTC cache not being rebuilt (this is required, as part of the JIT was changed). + ## 1.0.4725 - 2020-06-17 ### Changed - Branch cleanup: added exit blocks to reduce redundant tail continues;