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