diff --git a/Changelog.md b/Changelog.md index 362b500..848cb75 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,23 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5251 - 2020-08-30 +### Changed +- Removed the unused Ryujinx.Debugger project. + +## 1.0.5250 - 2020-08-30 +### Added +- Ryujinx now allows launching with custom data directories i.e. "portable mode" + +## 1.0.5249 - 2020-08-30 +### Changed +- Cleaned up the FUNDING.yml file + +## 1.0.5248 - 2020-08-30 +### Changed +- Cleaned up and updated the readme file. + - No emulator code changes. + ## 1.0.5246 - 2020-08-29 ### Fixed - Fixed a page count calculation regression introduced in 1.0.4453 (PR 856).