From 683580861f43f5c05e00e47a0a586172a55f2a50 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 14 Apr 2020 13:54:17 -0700 Subject: [PATCH] docs: add changelog for 0.11.0 --- docs/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index c6c1a5ce9..9cee1ede5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,4 +1,17 @@ # Changelog +## 0.11.0 ++ Support was added for 10.0.0. + + Exosphere has been updated to reflect the new key import semantics in 10.0.0. + + kernel_ldr now implements physical ASLR for the kernel's backing pages. + + Loader, NCM, and PM have been updated to reflect the changes Nintendo made in 10.0.0. + + Creport was updated to use the new `pgl` service to terminate processes instead of `ns:dev`. + + ++ libstratosphere and libvapours received a number of improvements. + + With thanks to @Adubbz for his work, the NCM namespace now has client code. + + This lays the groundwork for first-class system update/downgrade homebrew support in the near future. + + In particular, code implementing the os namespace is significantly more accurate. + + In addition, Nintendo's allocators were implemented, allowing for identical memory efficiency versus Nintendo's implementations. ++ General system stability improvements to enhance the user's experience. ## 0.10.5 + Changes were made to the way fs.mitm builds images when providing a layeredfs romfs. + Building romfs metadata previously had a memory cost of about ~4-5x the file table size.