CHANGELOG.md: Add entry for PR #136

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
Andrew Gunnerson
2023-09-06 22:51:58 -04:00
parent 3c05eb300c
commit ddabb19b4a
+4
View File
@@ -9,6 +9,9 @@
### Unreleased
* Fix `data_offset` being set for payload operations that don't need it ([PR #136 @chenxiaolong])
* This fixes patched stock OnePlus images from being rejected when flashing.
Behind-the-scenes changes:
* Move full OTA check to CLI functions to allow library functions to parse delta OTAs ([PR #135 @chenxiaolong])
@@ -25,3 +28,4 @@ Behind-the-scenes changes:
[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
[PR #136 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/136