CHANGELOG.md: Add entry for PR #191

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2023-10-14 17:05:53 -04:00
parent d402fdf5f1
commit 1c4800c0cb
+2
View File
@@ -19,6 +19,7 @@ Behind-the-scenes changes:
* Bump maximum payload manifest size to 4 MiB ([PR #182])
* Reword file handle reopen functionality to use traits instead of callbacks ([PR #189])
* Don't set signature algorithm field for indirectly signed boot images ([PR #191])
### Version 2.2.0
@@ -136,3 +137,4 @@ Behind-the-scenes changes:
[PR #188]: https://github.com/chenxiaolong/avbroot/pull/188
[PR #189]: https://github.com/chenxiaolong/avbroot/pull/189
[PR #190]: https://github.com/chenxiaolong/avbroot/pull/190
[PR #191]: https://github.com/chenxiaolong/avbroot/pull/191