From 752ccf18b5195354e53aa38a214078a41908327e Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:09:22 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index aedeb2a..7abf90d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,11 @@ All updates to the Ryujinx official master build will be documented in this file For 1.0.x releases, see [here](https://github.com/Ryujinx/Ryujinx/wiki/Older-Changelog). +## 1.1.1095 - 2023-12-04 +### Fixed: +- editorconfig: Set default encoding to UTF-8. + - Code cleanup. No expected changes to emulator functionality. + ## 1.1.1094 - 2023-11-30 ### Added: - HLE: Add OS-specific precise sleep methods to reduce spinwaiting.