From d8190143bf64d5f377309efb6a65ee7887313363 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 22 Dec 2023 16:17:06 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #237 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3de262..ba739ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ * 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]) -* Add new `--otacerts-partition` option to override the autodetected partition for replacing `otacerts.zip` ([Issue #218], [PR #221]) +* Improve autodetection of boot images ([Issue #218], [PR #221], [PR #237]) + * For KernelSU, the `--boot-partition` is no longer needed * Build precompiled executables as statically linked executables ([Issue #222], [PR #224], [PR #227]) * Limit critical partition check to bootloader-verified partitions ([Issue #223], [PR #226]) * Improve patching performance by spliiting new partition images into chunks and compressing them in parallel ([PR #228]) @@ -204,3 +205,4 @@ Behind-the-scenes changes: [PR #232]: https://github.com/chenxiaolong/avbroot/pull/232 [PR #233]: https://github.com/chenxiaolong/avbroot/pull/233 [PR #234]: https://github.com/chenxiaolong/avbroot/pull/234 +[PR #237]: https://github.com/chenxiaolong/avbroot/pull/237