From bf885e40cf06ec848f3d4befb4d5808409ed5cc8 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 24 Jun 2024 18:15:49 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #311 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e71a2..0fc3150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Fix (unreachable) minor error handling logic when attempting to use unsupported AVB signing algorithms ([PR #311]) + ### Version 3.3.0 * Recompute CoW size estimate when replacing dynamic partitions ([Issue #306], [PR #307]) @@ -309,3 +313,4 @@ Behind-the-scenes changes: [PR #304]: https://github.com/chenxiaolong/avbroot/pull/304 [PR #307]: https://github.com/chenxiaolong/avbroot/pull/307 [PR #309]: https://github.com/chenxiaolong/avbroot/pull/309 +[PR #311]: https://github.com/chenxiaolong/avbroot/pull/311