From 0bebf120c6f23d71d495565694c634c3914f3f5c Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 18 Aug 2024 23:57:40 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #334 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dba9ad9..a19ca35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * Add support for gzip compression when computing CoW size estimates ([Issue #332], [PR #333]) * This allows `--replace` to successfully replace dynamic partitions on legacy devices, like the Pixel 4a 5G +* Minor code cleanup ([PR #334]) ### Version 3.5.0 @@ -340,3 +341,4 @@ Behind-the-scenes changes: [PR #329]: https://github.com/chenxiaolong/avbroot/pull/329 [PR #331]: https://github.com/chenxiaolong/avbroot/pull/331 [PR #333]: https://github.com/chenxiaolong/avbroot/pull/333 +[PR #334]: https://github.com/chenxiaolong/avbroot/pull/334