diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d42fec..3c5e33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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