Update changelogs

This commit is contained in:
topjohnwu 2021-05-11 22:31:12 -07:00
parent 8aaa45c62a
commit f822ca5b23

View File

@ -1,5 +1,19 @@
# Magisk Changelog
### v23.0
- [App] Update snet extension. This fixes SafetyNet API errors.
- [App] Fix a bug in the stub app that causes APK installation to fail
- [App] Hide annoying errors in logs when hidden as stub
- [App] Fix issues when patching ODIN tar files when the app is hidden
- [General] Remove all pre Android 5.0 support
- [General] Update BusyBox to use proper libc
- [General] Fix C++ undefined behaviors
- [General] Several `sepolicy.rule` copy/installation fixes
- [MagiskPolicy] Remove unnecessary sepolicy rules
- [MagiskHide] Update package and process name validation logic
- [MagiskHide] Some changes that prevents zygote deadlock
### v22.1
- [App] Prevent multiple installation sessions running in parallel