From b2d280eb20d641fc1ebf17f754fede9b32bb417b Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 13 Mar 2025 20:23:48 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #430 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3308597..01b687e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Unreleased -* Report as many errors as possible before failing in `avbroot ota verify` and improve error messages ([Discussion #426], [PR #428]) +* Report as many errors as possible before failing in `avbroot ota verify` and improve error messages ([Discussion #426], [PR #428], [PR #430]) * Fix new clippy warnings introduced in Rust 1.85 ([PR #429]) ### Version 3.13.0 @@ -474,3 +474,4 @@ Behind-the-scenes changes: [PR #427]: https://github.com/chenxiaolong/avbroot/pull/427 [PR #428]: https://github.com/chenxiaolong/avbroot/pull/428 [PR #429]: https://github.com/chenxiaolong/avbroot/pull/429 +[PR #430]: https://github.com/chenxiaolong/avbroot/pull/430