diff --git a/Changelog.md b/Changelog.md index 2047fcf..020d978 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,22 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.5718 - 2020-11-15 +### Added +- Implemented VR rendering in games supported by the Toy-Con VR Goggles. + +## 1.0.5709 - 2020-11-15 +### Added +- Added a missing error message for ApplicationNotFound. + +## 1.0.5708 - 2020-11-15 +### Changed +- Changed a menu option to be camel case where it had not been previously. + +## 1.0.5707 - 2020-11-15 +### Changed +- Stopped the GUI from prompting the user to disable debug features in debug builds. + ## 1.0.5705 - 2020-11-15 ### Changed - Migrated project and CI to .NET 5. This update brings across the board improvements to JIT performance.