From 5b01feb34406119d84ca1693452597c191ae313d Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Sat, 30 Sep 2023 17:51:18 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #173 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d286c6b..36118ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ ### Unreleased +* Add new unpack and pack commands for cpio archives (ramdisks) ([PR #173]) + Behind-the-scenes changes: * Add streaming CPIO reader and writer ([PR #172]) @@ -101,3 +103,4 @@ Behind-the-scenes changes: [PR #170]: https://github.com/chenxiaolong/avbroot/pull/170 [PR #171]: https://github.com/chenxiaolong/avbroot/pull/171 [PR #172]: https://github.com/chenxiaolong/avbroot/pull/172 +[PR #173]: https://github.com/chenxiaolong/avbroot/pull/173