From fb34198ffcb96dc6ee0dfd8c72f72a230594bde4 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 5 Nov 2024 18:00:13 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #370 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea021e..afe1514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Update all dependencies ([PR #368]) * Add advanced option to skip replacing the OTA certificate in the recovery image ([Issue #366], [PR #367]) * Improve error message when an incompatible RSA key is used for AVB signing ([Issue #366], [PR #369]) +* Fix clippy warnings ([PR #370]) ### Version 3.8.0 @@ -386,3 +387,4 @@ Behind-the-scenes changes: [PR #367]: https://github.com/chenxiaolong/avbroot/pull/367 [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