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