From a06b7ade86e21c78da742233ab12fcfbd8511deb Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 4 Jun 2026 22:57:50 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #606 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc21a04..c242226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Unreleased +* Add `avbroot ota list` subcommand to list all partitions in an OTA ([Issue #603], [PR #606]) * Update dependencies ([PR #605]) ### Version 3.29.1 @@ -499,6 +500,7 @@ Behind-the-scenes changes: [Issue #569]: https://github.com/chenxiaolong/avbroot/issues/569 [Issue #578]: https://github.com/chenxiaolong/avbroot/issues/578 [Issue #593]: https://github.com/chenxiaolong/avbroot/issues/593 +[Issue #603]: https://github.com/chenxiaolong/avbroot/issues/603 [PR #130]: https://github.com/chenxiaolong/avbroot/pull/130 [PR #132]: https://github.com/chenxiaolong/avbroot/pull/132 [PR #133]: https://github.com/chenxiaolong/avbroot/pull/133 @@ -731,3 +733,4 @@ Behind-the-scenes changes: [PR #587]: https://github.com/chenxiaolong/avbroot/pull/587 [PR #594]: https://github.com/chenxiaolong/avbroot/pull/594 [PR #605]: https://github.com/chenxiaolong/avbroot/pull/605 +[PR #606]: https://github.com/chenxiaolong/avbroot/pull/606