From b71718946d9c219d5af0466fbd41379d51a74661 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Sun, 15 Nov 2020 18:30:16 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.