Skip to content

Commit 931e3c3

Browse files
committed
docs: add changelog for 1.11.0
1 parent 4b4db91 commit 931e3c3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# Changelog
2+
## 1.11.0
3+
+ Support was added for 22.0.0.
4+
+ Special thanks to @alula for handling a large chunk of the necessary kernel, loader and erpt changes.
5+
+ The console should boot and atmosphère should be fully functional.
6+
+ **Please note**: A change in how applications/applets' lifespan is managed broke the homebrew ecosystem.
7+
+ All applications and applets are expected to perform a clean exit by calling the relevant IPC commands.
8+
+ Homebrew compiled with libnx and hbmenu itself explicitly avoid exiting so it can keep using the same process.
9+
+ Properly fixing this would require a re-design of how homebrew is launched and terminated.
10+
+ As a temporary solution, patches to the `am` sysmodule are now included which allow restoring the previous behavior and regain homebrew compatibility without any further changes.
11+
+ Nonetheless, please report any issues you may face when testing homebrew to ensure no edge cases have been missed.
12+
+ `exosphère` was updated to reflect the latest official secure monitor behavior.
13+
+ `mesosphère` was updated to reflect the latest official kernel behavior.
14+
+ `loader` was updated to reflect the latest official behavior.
15+
+ `erpt` was updated to reflect the latest official behavior.
16+
+ `pgl` was updated to fix a few issues.
17+
+ Support was added for memory modes above 4GB (thanks @CTCaer).
18+
+ A build time option to configure Joy-Con rails as UART for debugging was added (thanks @alula).
19+
+ General system stability improvements to enhance the user's experience.
220
## 1.10.2
321
+ Basic support was added for 21.2.0.
422
+ General system stability improvements to enhance the user's experience.

0 commit comments

Comments
 (0)