docs: add note about deadlock fix

This commit is contained in:
Michael Scire 2025-09-02 18:37:24 -07:00
parent b8ed942ae4
commit 1c0ea680b6

View File

@ -3,6 +3,8 @@
+ Basic support was added for 20.4.0. + Basic support was added for 20.4.0.
+ An issue was fixed in `exosphère`'s register accessilibity tables (thanks @CTCaer). + 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. + 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. + General system stability improvements to enhance the user's experience.
## 1.9.3 ## 1.9.3
+ Basic support was added for 20.3.0. + Basic support was added for 20.3.0.