From 3b0c97a93df49809caa1f40d753b18e262d4da23 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Wed, 25 Dec 2024 20:05:30 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #404 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 516cced..593f4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Improve errors to make them less ambiguous about what went wrong ([PR #401]) * Fix bug where a vendor v4 boot image that was truncated in the bootconfig padding section would be accepted as valid ([PR #401]) * Avoid performing many small I/O operations when reading and writing cpio archives ([PR #403]) +* Update dependencies ([PR #404]) ### Version 3.10.0 @@ -428,3 +429,4 @@ Behind-the-scenes changes: [PR #401]: https://github.com/chenxiaolong/avbroot/pull/401 [PR #402]: https://github.com/chenxiaolong/avbroot/pull/402 [PR #403]: https://github.com/chenxiaolong/avbroot/pull/403 +[PR #404]: https://github.com/chenxiaolong/avbroot/pull/404