diff --git a/Changelog.md b/Changelog.md index 8eac845..82fd0f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,16 @@ 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.1327 - 2024-06-02 +### Fixed: +- Avoid inexact read with 'Stream.Read'. + - Code cleanup. No expected user-facing changes. + +## 1.1.1326 - 2024-06-02 +### Fixed: +- nuget: bump Microsoft.IdentityModel.JsonWebTokens from 7.5.2 to 7.6.0. + - Updates the Microsoft.IdentityModel.JsonWebTokens dependency. No expected user-facing changes. + ## 1.1.1325 - 2024-05-26 ### Fixed: - Vulkan: Extend full bindless to cover cases with phi nodes.