From 36d4ed19ad09ede3caa2f3a581cd0a2e92a478d3 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 21 Feb 2025 21:18:12 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #423 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bc42d..1469055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * Switch to stable bzip2-rs release and use zlib-rs as the backend for flate2 ([PR #421]) * Switch to the aws-lc cryptography library for SHA1 and SHA2 hashing ([PR #422]) * 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]) ### Version 3.12.0 @@ -457,3 +458,4 @@ Behind-the-scenes changes: [PR #418]: https://github.com/chenxiaolong/avbroot/pull/418 [PR #421]: https://github.com/chenxiaolong/avbroot/pull/421 [PR #422]: https://github.com/chenxiaolong/avbroot/pull/422 +[PR #423]: https://github.com/chenxiaolong/avbroot/pull/423