From dd0d7f334b6308f456ca9bd235206d251fd6f043 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 7 Sep 2023 13:59:43 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #140 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0356f39..aaaf0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * This fixes patched stock OnePlus images from being rejected when flashing. * Upgrade xz version in precompiled binaries ([Issue #138], [PR #139 @chenxiaolong]) * This fixes the `ota extract` and `ota verify` commands in some multithreaded situations. +* Add `--version` option to print out avbroot's version ([Issue #138], [PR #140 @chenxiaolong]) Behind-the-scenes changes: @@ -35,3 +36,4 @@ Behind-the-scenes changes: [PR #136 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/136 [PR #137 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/137 [PR #139 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/139 +[PR #140 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/140