diff --git a/Changelog.md b/Changelog.md index 574d610..2d55ede 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.5580 - 2020-10-28 +### Added +- Added scaling for Texture2DArray when using TexelFetch. + - Fixes resolution scaling in Hyrule Warriors: Age of Calamity Demo. + ## 1.0.5579 - 2020-10-28 ### Changed - Implemented a stop-gap solution to avoid sampler conflicts on bindless samplers with the same name. This should suffice until proper bindless texture support is implemented.