From 111ec6ff1ee0872cc387fd099cc8d100c4fb1168 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Wed, 27 Sep 2023 20:55:48 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #133 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e2a76..7e92232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Behind-the-scenes changes: * Consolidate logic for handling `--pass-file` and `--pass-env-var` ([PR #156]) +* cargo-deny: Block executables in dependencies ([PR #133]) ### Version 2.1.0 @@ -64,6 +65,7 @@ Behind-the-scenes changes: [Issue #160]: https://github.com/chenxiaolong/avbroot/issues/160 [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 [PR #135]: https://github.com/chenxiaolong/avbroot/pull/135 [PR #136]: https://github.com/chenxiaolong/avbroot/pull/136 [PR #137]: https://github.com/chenxiaolong/avbroot/pull/137