From 699ea92dbfe26e8e060ffb800761f7afa74735c7 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Thu, 21 Sep 2023 01:47:08 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #156 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d02eab..a821a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ to update the actual links at the bottom of the file. --> +### Unreleased + +Behind-the-scenes changes: + +* Consolidate logic for handling `--pass-file` and `--pass-env-var` ([PR #156]) + ### Version 2.1.0 * Add support for dm-verify FEC (forward error correction) ([Issue #145], [PR #146]) @@ -63,3 +69,4 @@ Behind-the-scenes changes: [PR #150]: https://github.com/chenxiaolong/avbroot/pull/150 [PR #152]: https://github.com/chenxiaolong/avbroot/pull/152 [PR #153]: https://github.com/chenxiaolong/avbroot/pull/153 +[PR #156]: https://github.com/chenxiaolong/avbroot/pull/156