diff --git a/Changelog.md b/Changelog.md index 5d0ab9c..fde6ae5 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.1.358 - 2022-11-17 +### Added: +- Use ReadOnlySpan compiler optimization in more places. + - Small code optimization. No known changes in games. + ## 1.1.357 - 2022-11-17 ### Fixed: - Allow _volatile to be set from MultiRegionHandle checks again.