Updated Changelog (markdown)

EmulationFanatic 2021-02-18 05:44:51 -07:00
parent a458d15e1f
commit 2b256124ce

@ -1,6 +1,10 @@
# Ryujinx Changelog
All updates to the Ryujinx official master build will be documented in this file
## 1.0.6604 - 2021-02-17
### Fixed
- Fixed an issue introduced in the IPC refactoring changes involving returned buffer sizes, which are now provided explicitly in GetFirmwareVersion calls.
## 1.0.6587 - 2021-02-16
### Fixed
- Fixed a performance regression introduced in 1.0.6582 (PR 1987) involving memory tracking. The read/write flags had been inadvertently inverted.