From 408b81b8810287114ffa868937f1c75e054606cc Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 2 Feb 2021 12:17:00 -0800 Subject: [PATCH] docs: fix missing meme (important) --- docs/changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4547342a0..0fa705e14 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,13 +9,11 @@ + **Please Note**: If you are a developer using the libstratosphere service APIs, some updating may be required. Contact SciresM#0524 on discord for assistance if required. + A number of deprecations were removed, following a general codebase cleanup: + The `sm` extension to not unregister services on connection close was superseded by official opt-in logic in 11.0.0, and has been removed in favor of official logic. - + The deprecated `hid.mitm` -+ As mentioned in the 0.16.0 release notes, 11.0.0 added an official version of a previous `sm` extension to not close services on connection close. - + The deprecated `sm` extension has been removed in favor of the official logic which supersedes it. + This should have zero impact on users. + The temporary `hid-mitm` added in 0.9.0 has finally been removed, following over a year of deprecation. + There shouldn't be any homebrew in use still affected by this, but the situation will be monitored. + If this is somehow still a real issue, an unaffiliated hid mitm sysmodule providing the same functionality can be created and released, separate from atmosphère itself. ++ Several issues were fixed, and usability and stability were improved. ## 0.17.1 + A number of atmosphère's modules were using more memory than their Nintendo equivalent's in 0.17.0; a number of code generatio tweaks have been applied to fix this across the board. + A detailed comparison of atmosphère module memory usage versus Nintendo's was made and can be found [here](https://github.com/Atmosphere-NX/Atmosphere/wiki/Memory-Comparisons).