diff --git a/Changelog.md b/Changelog.md index 5177107..7cdd89f 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.812 - 2023-05-21 +### Changed: +- Replace ShaderBindings with new ResourceLayout structure for Vulkan. + - Will allow for a cleaner implementation of transform feedback and geometry shader emulation on macOS in future. + ## 1.1.811 - 2023-05-20 ### Fixed: - Replace constant buffer access on shader with new Load instruction.