From b0b00a4c54f04f84dcc4292c996fa5905ea171f0 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 1 Dec 2025 20:56:00 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #530 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 593bc7f..76c4b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,10 @@ to update the actual links at the bottom of the file. --> -### Version 3.23.3 +### Unreleased * Add support for Magisk 30600 ([PR #529]) +* Update dependencies ([PR #530]) ### Version 3.23.2 @@ -638,3 +639,4 @@ Behind-the-scenes changes: [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 +[PR #530]: https://github.com/chenxiaolong/avbroot/pull/530