From 99b316f55e63799a4f3003ff6c5751632dd24868 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 30 May 2024 00:08:58 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #297 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5835c8d..419ba8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Unreleased * Add new `--recompute-size` option to `avbroot avb pack` to automatically recompute the image size for resizable images ([Discussion #294], [PR #296]) +* Add new `--output-info` option to `avbroot avb pack` to write a new `avb.toml` file containing computed values ([PR #297]) ### Version 3.2.1 @@ -290,3 +291,4 @@ Behind-the-scenes changes: [PR #289]: https://github.com/chenxiaolong/avbroot/pull/289 [PR #293]: https://github.com/chenxiaolong/avbroot/pull/293 [PR #296]: https://github.com/chenxiaolong/avbroot/pull/296 +[PR #297]: https://github.com/chenxiaolong/avbroot/pull/297