diff --git a/CHANGELOG.md b/CHANGELOG.md index 09168db..8c4466d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ### Unreleased * Add support for AVB 2.0 format 1.3.0 (for Android 15) ([PR #210]) +* Add new `avbroot key decode-avb` command for converting AVB-encoded public keys to the standard PKCS8-encoded format ([PR #219]) Behind-the-scenes changes: @@ -178,3 +179,4 @@ Behind-the-scenes changes: [PR #210]: https://github.com/chenxiaolong/avbroot/pull/210 [PR #211]: https://github.com/chenxiaolong/avbroot/pull/211 [PR #214]: https://github.com/chenxiaolong/avbroot/pull/214 +[PR #219]: https://github.com/chenxiaolong/avbroot/pull/219