From 6dc3d9c4ce2da8e4b8aac94e4fbc48a92becd99a Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Fri, 6 Nov 2020 11:00:04 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 4049049..08f75f5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5626 - 2020-11-06 +### Added +- Added support for single precision constants for double precision operations. No expected changes in any games. + ## 1.0.5625 - 2020-11-06 ### Changed - Modified buffer textures to have their data inherited by using the same buffer storage (instead of matching aligned sizes).