From d646023bbd7b07a4586b6a2300995825cc4902a8 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 21 Feb 2019 09:22:28 -0800 Subject: [PATCH] changelog: mention kernel patches --- docs/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9373bfbc7..82466cd77 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,6 +6,8 @@ + Recognition of applications for override/mitm has been improved. + Nintendo's official Title ID range (`0x0100000000000000`-`0x01FFFFFFFFFFFFFF`) is now enforced. + A deadlock condition was fixed involving libstratosphere mitm sysmodules. ++ Kernel patches for JIT support were added (Thanks, @m4xw!). + + These loosen restrictions on caller process in svcControlCodeMemory. + `set.mitm` and `fs.mitm` were merged into a single `ams_mitm` sysmodule. + This saves a process ID, allowing users to run one additional process up to the 0x40 process limit. + A `bpc.mitm` component was added, performing custom behavior on shutdown/reboot requests from `am` or applications.