From aeef2936d8962be9097cac58bf40977f06c580dd Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 1 Dec 2025 20:49:24 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #529 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f63f946..593bc7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Version 3.23.3 + +* Add support for Magisk 30600 ([PR #529]) + ### Version 3.23.2 * Add prebuilt binaries for aarch64 GNU/Linux ([PR #523]) @@ -633,3 +637,4 @@ Behind-the-scenes changes: [PR #521]: https://github.com/chenxiaolong/avbroot/pull/521 [PR #523]: https://github.com/chenxiaolong/avbroot/pull/523 [PR #524]: https://github.com/chenxiaolong/avbroot/pull/524 +[PR #529]: https://github.com/chenxiaolong/avbroot/pull/529