diff --git a/Changelog.md b/Changelog.md index ce63831..731b51d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6884 - 2021-05-20 +### Fixed +- Fixed a regression introduced in 1.0.6878 (PR 2290) where buffer and texture information from one vertex shader was not propagated to the other after they were merged. + +## 1.0.6883 - 2021-05-20 +### Fixed +- Fixed a regression introduced in 1.0.6878 (PR 2290) where the constant buffer array size would be incorrect on games that use non-constant constant buffer slots. + ## 1.0.6882 - 2021-05-20 ### Added - Adds a dynamic query in Linux to locate the installation of the ffmpeg root path.