From 5afe76bf2b059b69ca69c36807e97a584855be34 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 15 Feb 2026 23:28:32 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #562 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6bb23..01e24b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ ### Unreleased * Remove outdated mentions of guarantees provided by cap-std in `--help` text, which was removed in version 3.20.0 ([PR #561]) +* Add new commands for packing and unpacking raw OTA zips ([PR #562]) + * For folks who are familiar with how OTAs are built, this means it's now possible create an OTA from scratch without using `avbroot ota patch` ### Version 3.24.1 @@ -676,3 +678,4 @@ Behind-the-scenes changes: [PR #555]: https://github.com/chenxiaolong/avbroot/pull/555 [PR #559]: https://github.com/chenxiaolong/avbroot/pull/559 [PR #561]: https://github.com/chenxiaolong/avbroot/pull/561 +[PR #562]: https://github.com/chenxiaolong/avbroot/pull/562