From f83a408dc4df94a0be384e64eb2a2c32a4211f90 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 10 Dec 2023 16:03:08 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #220 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4466d..4501f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Add support for AVB 2.0 format 1.3.0 (for Android 15) ([PR #210]) * Add new `avbroot key decode-avb` command for converting AVB-encoded public keys to the standard PKCS8-encoded format ([PR #219]) +* Adjust AVB sanity check to validate `*_dlkm` and `odm` specifically because some devices have an unprotected `odm_ext` partition ([PR #220]) Behind-the-scenes changes: @@ -180,3 +181,4 @@ Behind-the-scenes changes: [PR #211]: https://github.com/chenxiaolong/avbroot/pull/211 [PR #214]: https://github.com/chenxiaolong/avbroot/pull/214 [PR #219]: https://github.com/chenxiaolong/avbroot/pull/219 +[PR #220]: https://github.com/chenxiaolong/avbroot/pull/220