From ec1fe74900e3cf797e2aeb660d4694b5c19f451a Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 12 Nov 2023 18:53:13 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #202 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d3862..5eb1fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Improve error messages when using `--replace` with an image that has the wrong AVB descriptor type ([Issue #201], [PR #202]) + ### Version 2.3.1 * Mark Magisk 264xx as supported ([PR #199]) @@ -104,6 +108,7 @@ Behind-the-scenes changes: [Issue #157]: https://github.com/chenxiaolong/avbroot/issues/157 [Issue #160]: https://github.com/chenxiaolong/avbroot/issues/160 [Issue #166]: https://github.com/chenxiaolong/avbroot/issues/166 +[Issue #201]: https://github.com/chenxiaolong/avbroot/issues/201 [PR #130]: https://github.com/chenxiaolong/avbroot/pull/130 [PR #132]: https://github.com/chenxiaolong/avbroot/pull/132 [PR #133]: https://github.com/chenxiaolong/avbroot/pull/133 @@ -148,3 +153,4 @@ Behind-the-scenes changes: [PR #196]: https://github.com/chenxiaolong/avbroot/pull/196 [PR #197]: https://github.com/chenxiaolong/avbroot/pull/197 [PR #199]: https://github.com/chenxiaolong/avbroot/pull/199 +[PR #202]: https://github.com/chenxiaolong/avbroot/pull/202