From 1dc4209734b5631845e50f9970d2766de0dfd216 Mon Sep 17 00:00:00 2001 From: anshul sharma Date: Tue, 3 Jun 2025 12:15:39 +0530 Subject: [PATCH] missing changelog addition --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7abbab146..062ec21b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ This enhancement allows users to format several files in a single command invocation. [GH-13362](https://github.com/hashicorp/packer/pull/13362) +* hcl2: Added top level hcp_packer_registry block (this configuration was previously nested inside the build block and is still valid but deprecated) + [GH-13314](https://github.com/hashicorp/packer/pull/13314) + + ### BUG FIXES: