From efdbb4f5d38e7e9975f650d783294634d0f6c77b Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 12 Feb 2020 16:05:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55affec990c..1974afc186e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ Packer team at HashiCorp moving forward. [GH-8480] * core: Packer can use isos in-place on Windows again, instead of copying them into its cache. [GH-7627] * core: step_download: return without error if Urls is empty [GH-8579] +* core/hcl2: Fix bug preventing reading slices within other slices [GH-8669] * post-processor/vsphere-template] Simplify method to use vm.MarkAsTemplate (optionally) [GH-8511] * scripts: Fix some issues with mapstructure-to-hcl2 code generator. [GH-8574]