From bb5c97ea1bca604e340e95387d874ad8b9e9e89c Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sun, 10 Aug 2025 16:35:40 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #483 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1fb43..34c0790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +* Switch to using lzma-rust2 for XZ compression and decompression ([PR #483]) + ### Version 3.19.0 * Allow verifying hashes of unsigned images with `avbroot avb verify` ([PR #477]) @@ -567,3 +571,4 @@ Behind-the-scenes changes: [PR #477]: https://github.com/chenxiaolong/avbroot/pull/477 [PR #478]: https://github.com/chenxiaolong/avbroot/pull/478 [PR #479]: https://github.com/chenxiaolong/avbroot/pull/479 +[PR #483]: https://github.com/chenxiaolong/avbroot/pull/483