1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-05 19:51:45 +00:00

bump version to 0.11.1

This commit is contained in:
Michael Scire 2020-04-15 01:30:12 -07:00
parent 1d9a4f47fd
commit 32e5283ac2

View file

@ -1,4 +1,11 @@
# Changelog # Changelog
## 0.11.1
+ A bug was fixed that could cause owls to flicker under certain circumstances.
+ For those interested in technical details, in 10.0.0 kernelldr/kernel no longer set cpuactlr_el1, assuming that it was set correctly by the secure monitor.
+ However, exosphere did not set cpuactlr_el1. This meant that the register held the reset value going into boot.
+ This caused a variety of highly erratic symptoms, including causing basically any game to crash seemingly randomly.
+ A number of other major inaccuracies in exosphere were corrected.
+ General system stability improvements to enhance the user's experience.
## 0.11.0 ## 0.11.0
+ Support was added for 10.0.0. + Support was added for 10.0.0.
+ Exosphere has been updated to reflect the new key import semantics in 10.0.0. + Exosphere has been updated to reflect the new key import semantics in 10.0.0.