From c614e6174461abb8faa61971d6ca6b0740d4c809 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 7 Nov 2024 22:13:03 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #371 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afe1514..be9d553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ ### Unreleased * Update all dependencies ([PR #368]) -* Add advanced option to skip replacing the OTA certificate in the recovery image ([Issue #366], [PR #367]) +* Add advanced option to skip replacing the OTA certificate in the recovery image ([Issue #366], [PR #367], [PR #371]) * Improve error message when an incompatible RSA key is used for AVB signing ([Issue #366], [PR #369]) * Fix clippy warnings ([PR #370]) @@ -388,3 +388,4 @@ Behind-the-scenes changes: [PR #368]: https://github.com/chenxiaolong/avbroot/pull/368 [PR #369]: https://github.com/chenxiaolong/avbroot/pull/369 [PR #370]: https://github.com/chenxiaolong/avbroot/pull/370 +[PR #371]: https://github.com/chenxiaolong/avbroot/pull/371