From 7296eed51f9c4f11febecf5c182e236fe95a852e Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 17 Dec 2023 00:48:36 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #230 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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