From 3f7c09a21a1eb34abcd66c866304a222a7ed482c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 19 Jul 2014 09:50:39 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 934a603aa..3134825be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,8 +25,10 @@ IMPROVEMENTS: BUG FIXES: - * builder/amazon-common: Sort AMI strings before outputting [GH-1305] * core: `isotime` is the same time during the entire build. [GH-1153] + * builder/amazon-common: Sort AMI strings before outputting [GH-1305] + * builder/amazon: User data can use templates/variables. [GH-1343] + * builder/null: SSH info can use templates/variables. [GH-1343] * builder/openstack: Workaround for gophercloud.ServerById crashing [GH-1257] * builder/openstack: Force IPv4 addresses from address pools [GH-1258] * builder/parallels: Do not delete entire CDROM device. [GH-1115]