From e0c1d4ad3af912e929e13ce7fbd8163d94cf9951 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Wed, 4 Oct 2023 17:53:39 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #182 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fae686..11105b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +Behind-the-scenes changes: + +* Bump maximum payload manifest size to 4 MiB ([PR #182]) + ### Version 2.2.0 It's Android 14 release day! All versions of avbroot, including the old Python version, are compatible with Android 14 OTAs. @@ -117,3 +123,4 @@ Behind-the-scenes changes: [PR #176]: https://github.com/chenxiaolong/avbroot/pull/176 [PR #178]: https://github.com/chenxiaolong/avbroot/pull/178 [PR #181]: https://github.com/chenxiaolong/avbroot/pull/181 +[PR #182]: https://github.com/chenxiaolong/avbroot/pull/182