diff --git a/Changelog.md b/Changelog.md index 8e19963..6b55a88 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.952 - 2023-07-03 +### Changed: +- Stop identifying shader textures with handle and cbuf, use binding instead. + - Improves flexibility of shader and texture-related code. No expected changes in games. + ## 1.1.951 - 2023-07-01 ### Fixed: - [Ryujinx.Graphics.Gpu] Address dotnet-format issues.