From ef9e5630106e893e4087992b765227476b11e6d1 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 15 Feb 2026 15:31:16 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #561 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f12ff7c..9a6bb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Remove outdated mentions of guarantees provided by cap-std in `--help` text, which was removed in version 3.20.0 ([PR #561]) + ### Version 3.24.1 * 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]) @@ -671,3 +675,4 @@ Behind-the-scenes changes: [PR #550]: https://github.com/chenxiaolong/avbroot/pull/550 [PR #555]: https://github.com/chenxiaolong/avbroot/pull/555 [PR #559]: https://github.com/chenxiaolong/avbroot/pull/559 +[PR #561]: https://github.com/chenxiaolong/avbroot/pull/561