Updated Changelog (markdown)

MetrosexualGarbodor 2023-02-08 22:03:28 +00:00
parent 477b38c159
commit 3b2a495946

@ -1,6 +1,11 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.1.609 - 2023-02-08
### Fixed:
- nuget: bump System.IdentityModel.Tokens.Jwt from 6.26.0 to 6.26.1.
- Updates the System.IdentityModel.Tokens.Jwt dependency. No changes in games.
## 1.1.608 - 2023-02-08
### Fixed:
- Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes).