From 9f4f248f2c52665381f10e202850ffb2657bd418 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 20 Jul 2020 21:03:26 -0600 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changelog.md b/Changelog.md index de613cf..0c1cf42 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,16 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.0.4981 - 2020-07-20 +### Changed +- Fixed GL errors related to Point size, and implemented more Point parameters. + - Fixes some graphics effects in Super Mario Odyssey. + +## 1.0.4980 - 2020-07-20 +### Fixed +- Fixed an issue with IDeliveryCacheProgressService GetEvent introduced in 1.0.4948 (PR 1362). + - Fixes a regression in Super Smash Bros. Ultimate + ## 1.0.4969 - 2020-07-19 ### Fixed - Implemented a small part missing from 1.0.4964 (PR 1397), now ensuring that all HLE ipc sessions will be disposed when needed.