From 12e59fcf531f2ee0d23e85af8dd611ed8a17cecc Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 29 Dec 2023 20:52:30 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #245 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829bc2b..e25cdd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ Behind-the-scenes changes: * 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]) +* Update all dependencies ([PR #245]) ### Version 2.3.3 @@ -224,3 +225,4 @@ Behind-the-scenes changes: [PR #241]: https://github.com/chenxiaolong/avbroot/pull/241 [PR #243]: https://github.com/chenxiaolong/avbroot/pull/243 [PR #244]: https://github.com/chenxiaolong/avbroot/pull/244 +[PR #245]: https://github.com/chenxiaolong/avbroot/pull/245