From da17935972cbb0278792f99d7e95a76ae8496fe6 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 29 Dec 2023 16:18:39 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #241 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3427986..a3f7462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Behind-the-scenes changes: * Add support for partially updating FEC data ([PR #230], [PR #231], [PR #234]) * Fix hash tree calculation for images smaller than one block ([PR #232]) * Refactor hash tree code and add tests, CLI commands, and support for partial updates ([PR #233]) +* Generate mock OTAs to use for end-to-end tests ([PR #241]) ### Version 2.3.3 @@ -218,4 +219,5 @@ Behind-the-scenes changes: [PR #234]: https://github.com/chenxiaolong/avbroot/pull/234 [PR #237]: https://github.com/chenxiaolong/avbroot/pull/237 [PR #240]: https://github.com/chenxiaolong/avbroot/pull/240 +[PR #241]: https://github.com/chenxiaolong/avbroot/pull/241 [PR #244]: https://github.com/chenxiaolong/avbroot/pull/244