From c08af33343ead5b340eb03378cd1c82dd55032b6 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 24 Feb 2025 21:17:44 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #425 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc46a1..bfed983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ * The ring library is no longer maintained * Fix incorrect `Partitions aren't protected by AVB: system` warning when using `--skip-system-ota-cert` ([PR #423]) * Discard unneeded temp file sooner when using `--skip-system-ota-cert` ([PR #424]) +* Make `avbroot lp`'s parser less strict so that it can load on-device `super` partitions ([PR #425]) + * The on-disk layout on virtual A/B devices violates some requirements stated in AOSP's documentation ### Version 3.12.0 @@ -461,3 +463,4 @@ Behind-the-scenes changes: [PR #422]: https://github.com/chenxiaolong/avbroot/pull/422 [PR #423]: https://github.com/chenxiaolong/avbroot/pull/423 [PR #424]: https://github.com/chenxiaolong/avbroot/pull/424 +[PR #425]: https://github.com/chenxiaolong/avbroot/pull/425