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