From 68d32a646de70944c06399764bb7056536b893b1 Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 16 Nov 2022 22:34:26 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 99fac56..4fdbc90 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.349 - 2022-11-16 +### Fixed: +- Update units of memory from decimal to binary prefixes. + - Changes "GB" to "GiB" and "MB" to "MiB" on the UI and the rest of the code. + ## 1.1.348 - 2022-11-16 ### Fixed: - Use new C# 11 UTF-8 string literals.