From a95ce562469d80a117fbd943b28a7675498deae3 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 18 Sep 2023 17:18:26 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #149 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4329bbf..a2b1908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * Add `--version` option to print out avbroot's version ([Issue #138], [PR #140 @chenxiaolong]) * Add support for dm-verify FEC (forward error correction) ([Issue #145], [PR #146 @chenxiaolong]) * `ota verify` and `avb verify` will now check the FEC data. +* Print status and warning messages to stderr ([PR #149 @chenxiaolong]) Behind-the-scenes changes: @@ -49,3 +50,4 @@ Behind-the-scenes changes: [PR #140 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/140 [PR #146 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/146 [PR #147 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/147 +[PR #149 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/149