CHANGELOG.md: Add entry for PR #135

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2023-09-06 20:05:41 -04:00
parent 393e65f6b4
commit f93dc55f70
+7
View File
@@ -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 @@
<!-- Do not manually edit the lines below. Use `cargo xtask update-changelog` to regenerate. -->
[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