From 2603136e8b714adfb3e7c18da610a2ad6468758b Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 12 Oct 2022 09:14:10 -0700 Subject: [PATCH] ams: add changelog for 1.4.0 --- docs/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1ff30187e..4fd4d491e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,19 @@ # Changelog +## 1.4.0 ++ Support was added for 15.0.0. + + `mesosphère` was updated to reflect the latest official kernel behavior. + + `ncm` was updated to reflect the latest official kernel behavior. ++ A number of minor issues were fixed and improvements were made, including: + + The capacity limit on registered add-on contents was fixed in NCM to reflect the increase that occurred in 12.0.0. + + An off-by-one was fixed in mesosphere when computing the new value for an address arbiter signaled with ModifyByWaitingCountIfEqual. + + dmnt.gen2's gdbstub now sanitizes thread names to prevent invalid characters from breaking gdb. + + dmnt.gen2's gdbstub now reports the architecture tag correctly when attached to 32-bit processes. + + Support for program-specific html manual content overrides was added for non-hbl takeover context. + + A bug was fixed in how emummc constructed the alternate Nintendo directory path. + + Previously, this was using `/*/Nintendo/Nintendo` instead of `/*/Nintendo`. + + Code was added to automatically move the old folders to the new ones when booting into emummc. + + A bug was fixed in boot that caused an incorrectly low input voltage limit to be set. ++ General system stability improvements to enhance the user's experience. ## 1.3.2 + Support was improved for 14.0.0+. + `loader` was updated to reflect the latest official behaviors.