From f93dc55f706a0eb33a9158d44e1d45cd2693791c Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Wed, 6 Sep 2023 20:05:41 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #135 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d4401..98a7bec 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: + +* Move full OTA check to CLI functions to allow library functions to parse delta OTAs ([PR #135 @chenxiaolong]) + ### Version 2.0.1 * Add support for Magisk 263xx ([PR #132 @chenxiaolong]) @@ -18,3 +24,4 @@ [PR #130 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/130 [PR #132 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/132 +[PR #135 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/135