diff --git a/Changelog.md b/Changelog.md index 0f35023..cafaf28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,10 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.6027 - 2020-12-10 +### Changed +- Cleaned up the GPU memory allocator code. + ## 1.0.6020 - 2020-12-10 ### Changed - Modified allocator code to check if the aligned address and its requirements exceed the maximum allowed address, with a solution if the results are true.