From 113bdec6dc4e386c1d92194fc4f101641482ec8b Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 4 May 2025 16:57:03 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #445 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9623eb7..9e082ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Unreleased -* Add support for CoW version 3 for virtual A/B ([Issue #441], [PR #442]) +* Add support for CoW version 3 for virtual A/B ([Issue #441], [PR #442], [PR #445]) * This was recently introduced with the Pixel 9a. Previous devices all used CoW version 2. * Add support for uncompressed CoW for virtual A/B ([PR #443]) * This is not used on actual devices, but is very useful for testing the CoW estimation logic. @@ -505,3 +505,4 @@ Behind-the-scenes changes: [PR #442]: https://github.com/chenxiaolong/avbroot/pull/442 [PR #443]: https://github.com/chenxiaolong/avbroot/pull/443 [PR #444]: https://github.com/chenxiaolong/avbroot/pull/444 +[PR #445]: https://github.com/chenxiaolong/avbroot/pull/445