From 1b30328b01cf0eba7faef35d43ab35b7ae3a937c Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 24 Jan 2026 18:55:42 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #555 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4184e..2484bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Update `avbroot avb verify-device --help` to mention that `ro.boot.vbmeta.public_key_digest` is used when `-p` is not specified ([Issue #554], [PR #555]) + ### Version 3.24.0 * Always sort ramdisk cpio entries and ensure they have inode numbers assigned ([PR #540]) @@ -448,6 +452,7 @@ Behind-the-scenes changes: [Issue #532]: https://github.com/chenxiaolong/avbroot/issues/532 [Issue #536]: https://github.com/chenxiaolong/avbroot/issues/536 [Issue #537]: https://github.com/chenxiaolong/avbroot/issues/537 +[Issue #554]: https://github.com/chenxiaolong/avbroot/issues/554 [PR #130]: https://github.com/chenxiaolong/avbroot/pull/130 [PR #132]: https://github.com/chenxiaolong/avbroot/pull/132 [PR #133]: https://github.com/chenxiaolong/avbroot/pull/133 @@ -663,3 +668,4 @@ Behind-the-scenes changes: [PR #548]: https://github.com/chenxiaolong/avbroot/pull/548 [PR #549]: https://github.com/chenxiaolong/avbroot/pull/549 [PR #550]: https://github.com/chenxiaolong/avbroot/pull/550 +[PR #555]: https://github.com/chenxiaolong/avbroot/pull/555