From 664e5e6b529f73eaf4b73d3950921080befa263e Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sat, 20 Apr 2019 10:37:53 -0700 Subject: [PATCH] Small 0.8.8 changelog addition --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 2583fd18b..ef1b763c9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,7 @@ + Custom exception handlers were added to stratosphere modules. + If a crash happens in a core atmosphere module now, instead of silently failing a reboot will occur to log the information to the SD card. + A bug was fixed in creport that caused games to hang when crashing under certain circumstances. ++ A bug was fixed that prevented maintenance mode from booting on 7.0.0+. + General system stability improvements to enhance the user's experience. ## 0.8.7 + A few bugs were fixed that could cause fatal to fail to show an error under certain circumstances.