From aea12c8d58fdb6183ca522faaefab8dd0c1b6e95 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 14 Nov 2023 19:18:43 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #206 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2611c..b647d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Improve error messages when using `--replace` with an image that has the wrong AVB descriptor type ([Issue #201], [PR #202]) * Automatically update legacy `dm=` kernel command line descriptor when packing AVB images ([Issue #203], [PR #205]) +* Automatically promote insecure hash algorithms (eg. sha1) to sha256 when packing AVB images ([Issue #203], [PR #206]) ### Version 2.3.1 @@ -157,3 +158,4 @@ Behind-the-scenes changes: [PR #199]: https://github.com/chenxiaolong/avbroot/pull/199 [PR #202]: https://github.com/chenxiaolong/avbroot/pull/202 [PR #205]: https://github.com/chenxiaolong/avbroot/pull/205 +[PR #206]: https://github.com/chenxiaolong/avbroot/pull/206