From 3cc078ccfb8abd96e62f619770fa1f8f94ddca05 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 3 Oct 2023 21:03:32 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #181 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec097b..cba42e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Behind-the-scenes changes: * Add streaming CPIO reader and writer ([PR #172]) -* Update dependencies ([PR #174]) +* Update dependencies ([PR #174], [PR #181]) * Switch to prost for protobuf encoding/decoding ([PR #176]) ### Version 2.1.1 @@ -112,3 +112,4 @@ Behind-the-scenes changes: [PR #175]: https://github.com/chenxiaolong/avbroot/pull/175 [PR #176]: https://github.com/chenxiaolong/avbroot/pull/176 [PR #178]: https://github.com/chenxiaolong/avbroot/pull/178 +[PR #181]: https://github.com/chenxiaolong/avbroot/pull/181