From f8f1afd6b3d7e29bbb8ddeb8607ca6f7eadeeef6 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 9 Jan 2026 21:11:59 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #549 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c3e94..c7a8036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ * Add support for devices with separate recovery partitions when using `--dsu` ([Issue #536], [PR #543]) * Fix broken symlinks in fuzzing corpus ([Issue #532], [PR #544], [PR #548]) * Ignore unused vbmeta partitions that are filled with zeros ([Issue #537], [PR #539]) -* Update dependencies ([PR #547]) +* Update dependencies ([PR #547], [PR #549]) ### Version 3.23.3 @@ -660,3 +660,4 @@ Behind-the-scenes changes: [PR #545]: https://github.com/chenxiaolong/avbroot/pull/545 [PR #547]: https://github.com/chenxiaolong/avbroot/pull/547 [PR #548]: https://github.com/chenxiaolong/avbroot/pull/548 +[PR #549]: https://github.com/chenxiaolong/avbroot/pull/549