Update CHANGELOG.md

add line about variables PR
This commit is contained in:
Adrien Delorme 2020-02-12 15:55:06 +01:00
parent f764edbc85
commit dcfdcb0143
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
has been merged with the Packer core. It will be officially supported by the has been merged with the Packer core. It will be officially supported by the
Packer team at HashiCorp moving forward. [GH-8480] Packer team at HashiCorp moving forward. [GH-8480]
** HCL2 variables & functions ** HCL2 configurations can now use `variable`,
`variables`, `locals`, and functions [GH-8588].
### IMPROVEMENTS: ### IMPROVEMENTS:
* builder/alicloud: Add AlicloudProfile option. [GH-8560] * builder/alicloud: Add AlicloudProfile option. [GH-8560]
* builder/amazon: Add max_retries option to aws builders [GH-8709] * builder/amazon: Add max_retries option to aws builders [GH-8709]