CHANGELOG.md: Add entry for PR #219

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2023-12-10 13:47:33 -05:00
parent dd4faf72ae
commit 02fd92a640
+2
View File
@@ -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