diff --git a/docs/changes.md b/docs/changes.md index 039cea5f2..b822e6a8c 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,13 @@ # Magisk Changelog +### v27.0 + +- [Zygisk] Introduce new code injection mechanism +- [Zygisk] Support new signature introduced in U QPR2 +- [SEPolicy] Update libsepol to properly set some policy config bits +- [MagiskBoot] Support compressing `init` so Magisk is installable on devices with small boot partitions +- [ResetProp] Add new wait for property feature `resetprop -w` + ### v26.4 - [MagiskBoot] Don't pad zeros if signed boot image is larger diff --git a/docs/releases/27000.md b/docs/releases/27000.md new file mode 100644 index 000000000..c92d348d0 --- /dev/null +++ b/docs/releases/27000.md @@ -0,0 +1,9 @@ +## 2024.2.3 Magisk v27.0 + +- [Zygisk] Introduce new code injection mechanism +- [Zygisk] Support new signature introduced in U QPR2 +- [SEPolicy] Update libsepol to properly set some policy config bits +- [MagiskBoot] Support compressing `init` so Magisk is installable on devices with small boot partitions +- [ResetProp] Add new wait for property feature `resetprop -w` + +### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html) diff --git a/docs/releases/index.md b/docs/releases/index.md index 6a208d622..22945a305 100644 --- a/docs/releases/index.md +++ b/docs/releases/index.md @@ -1,5 +1,6 @@ # Release Notes +- [v27.0](27000.md) - [v26.4](26400.md) - [v26.3](26300.md) - [v26.2](26200.md)