From 52809823630159ec0615d02277c47719d52244a1 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 2 Feb 2024 22:47:35 -0800 Subject: [PATCH] Add v27.0 changelog --- docs/changes.md | 8 ++++++++ docs/releases/27000.md | 9 +++++++++ docs/releases/index.md | 1 + 3 files changed, 18 insertions(+) create mode 100644 docs/releases/27000.md 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)