From e5344b6f1c9eb67e481f7b15a68f0dceb07680a9 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 12 Mar 2024 11:34:09 -0400 Subject: [PATCH] Apply suggestions from code review --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b26f54d55df..621e5ab1205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,10 +20,7 @@ ``` ### FEATURES: -* cmd/build: Add `-ignore-prerelease-plugins` flag to disable the use of - development plugin binaries. - [GH-12828](https://github.com/hashicorp/packer/pull/12828) -* cmd: Add `-ignore-prerelease-plugins` flag to disable the use of development plugin binaries for the `build` and `validate` commands +* core: Add `-ignore-prerelease-plugins` flag to disable the use of development plugin binaries for the `build` and `validate` commands development plugin binaries. [GH-12828](https://github.com/hashicorp/packer/pull/12828)