From 47cf015f1500414c68bbd9ffab3bcd4aa05662a7 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Wed, 6 Sep 2023 23:15:19 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #137 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8061b53..5fa75dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Behind-the-scenes changes: * Move full OTA check to CLI functions to allow library functions to parse delta OTAs ([PR #135 @chenxiaolong]) +* Remove unnecessary use of `anyhow` macro ([PR #137 @chenxiaolong]) ### Version 2.0.1 @@ -29,3 +30,4 @@ Behind-the-scenes changes: [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 +[PR #137 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/137