Update CHANGELOG.md

This commit is contained in:
Adrien Delorme 2020-02-12 16:05:22 +01:00
parent dcfdcb0143
commit efdbb4f5d3
1 changed files with 1 additions and 0 deletions

View File

@ -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]