Add v21.2 release notes

This commit is contained in:
topjohnwu
2020-12-28 15:35:09 -08:00
parent afe17c73b4
commit b6144ae582
5 changed files with 34 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Magisk Changelog
### v21.2
- [MagiskInit] Detect 2SI after mounting `system_root` on legacy SAR devices
- [General] Make sure `post-fs-data` scripts cannot block more than 35 seconds
- [General] Fix the `magisk --install-module` command
- [General] Trim Windows newline when reading files
- [General] Directly log to file to prevent `logcat` weirdness
- [MagiskBoot] Fix header dump/load for header v3 images
### v21.1
- [MagiskBoot] Support boot header v3 (Pixel 5 and 4a 5G)