diff --git a/Changelog.md b/Changelog.md index 64cfd50..7c023dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,26 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.89 - 2022-04-04 +### Fixed: +- Implement primitive restart draw arrays properly on OpenGL. + - Fixes white lines in the sky on some Hatsune Miku: Project DIVA Mega Mix clips. + +## 1.1.88 - 2022-04-04 +### Fixed: +- Do not force scissor on clear if scissor is disabled. + - Fixes menu and text glitches on Kirby and the Forgotten Land, and maybe other titles with similar problems. + +## 1.1.87 - 2022-04-04 +### Fixed: +- Small graphics abstraction layer cleanup. + - No known changes in games. + +## 1.1.86 - 2022-04-04 +### Fixed: +- Fix shader textureSize with multisample and buffer textures. + - Fixes graphical issues in Rune Factory 5 and Bubble Bobble 4 Friends. + ## 1.1.85 - 2022-03-26 ### Changed: - infra: Put SDL2 headless release inside a GUI-less block in PR.