From dcfdcb01434dd7c5cf658ed26742c23f6988d47a Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 12 Feb 2020 15:55:06 +0100 Subject: [PATCH] Update CHANGELOG.md add line about variables PR --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4c00837..55affec99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ has been merged with the Packer core. It will be officially supported by the Packer team at HashiCorp moving forward. [GH-8480] +** HCL2 variables & functions ** HCL2 configurations can now use `variable`, +`variables`, `locals`, and functions [GH-8588]. + ### IMPROVEMENTS: * builder/alicloud: Add AlicloudProfile option. [GH-8560] * builder/amazon: Add max_retries option to aws builders [GH-8709]