From 1c0ea680b625a08701c16dd0674f6a7c2cba452e Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 2 Sep 2025 18:37:24 -0700 Subject: [PATCH] docs: add note about deadlock fix --- docs/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 74931fa66..e3027e3d6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,8 @@ + Basic support was added for 20.4.0. + An issue was fixed in `exosphère`'s register accessilibity tables (thanks @CTCaer). + I believe this had no impact on official code, though it would have prevented some homebrew from interacting correctly with the MC0/MC1 registers. ++ An issue was fixed that could cause a deadlock when building multiple romfs images simultaneously (thanks @Ereza). + + This fixes support for certain mods, e.g. system language translations overriding content for both overlayDisp and qlaunch. + General system stability improvements to enhance the user's experience. ## 1.9.3 + Basic support was added for 20.3.0.