From 8a4f90176eb5e9448b05e5b4567dd8df191e2023 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 19 May 2025 22:33:01 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #448 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cc8ed..c2aae4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Add support for Magisk 29000 ([PR #448]) + ### Version 3.16.0 * Add support for CoW version 3 for virtual A/B ([Issue #441], [PR #442], [PR #445]) @@ -508,3 +512,4 @@ Behind-the-scenes changes: [PR #444]: https://github.com/chenxiaolong/avbroot/pull/444 [PR #445]: https://github.com/chenxiaolong/avbroot/pull/445 [PR #446]: https://github.com/chenxiaolong/avbroot/pull/446 +[PR #448]: https://github.com/chenxiaolong/avbroot/pull/448