CHANGELOG.md: Add entry for PR #230

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2023-12-17 00:48:36 -05:00
parent 698810d256
commit 7296eed51f
+2
View File
@@ -17,6 +17,7 @@
* Limit critical partition check to bootloader-verified partitions ([Issue #223], [PR #226])
* Improve patching performance by spliiting new partition images into chunks and compressing them in parallel ([PR #228])
* Also verify whole-partition hashes when running `avbroot ota verify` ([PR #229])
* Add support for partially updating FEC data ([PR #230])
Behind-the-scenes changes:
@@ -196,3 +197,4 @@ Behind-the-scenes changes:
[PR #227]: https://github.com/chenxiaolong/avbroot/pull/227
[PR #228]: https://github.com/chenxiaolong/avbroot/pull/228
[PR #229]: https://github.com/chenxiaolong/avbroot/pull/229
[PR #230]: https://github.com/chenxiaolong/avbroot/pull/230