diff --git a/Changelog.md b/Changelog.md index 16d7218..8b60f3e 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.1070 - 2023-11-05 +### Fixed: +- Better handle instruction aborts when hitting unmapped memory. + - Helps with debugging. No expected changes in games. + ## 1.1.1069 - 2023-11-01 ### Fixed: - Fix AddSessionObj NRE regression.