diff --git a/docs/changes.md b/docs/changes.md index adf7142e2..0a6969057 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,13 @@ # Magisk Changelog +### v25.2 + +- [MagiskInit] Fix a potential issue when stub cpio is used +- [MagiskInit] Fix reboot to recovery when stub cpio is used +- [MagiskInit] Fix sepolicy.rules symlink for rootfs devices +- [General] Better data encryption detection +- [General] Move the whole logging infrastructure into Rust + ### v25.1 - [MagiskBoot] Fix ramdisk backup being incorrectly skipped diff --git a/docs/releases/25200.md b/docs/releases/25200.md new file mode 100644 index 000000000..a0336f4cc --- /dev/null +++ b/docs/releases/25200.md @@ -0,0 +1,11 @@ +## 2022.7.20 Magisk v25.2 + +Maintenance release fixing various issues. + +- [MagiskInit] Fix a potential issue when stub cpio is used +- [MagiskInit] Fix reboot to recovery when stub cpio is used +- [MagiskInit] Fix sepolicy.rules symlink for rootfs devices +- [General] Better data encryption detection +- [General] Move the whole logging infrastructure into Rust + +### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html) diff --git a/docs/releases/index.md b/docs/releases/index.md index 37d047d31..fe843b9bd 100644 --- a/docs/releases/index.md +++ b/docs/releases/index.md @@ -1,5 +1,6 @@ # Release Notes +- [v25.2](25200.md) - [v25.1](25100.md) - [v25.0](25000.md) - [v24.3](24300.md)