From 2dff310b8bde3e58d845f1ff1e42913add527e9d Mon Sep 17 00:00:00 2001 From: James Nugent Date: Wed, 20 Jan 2016 11:30:19 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad079776c..e6a134ce79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,8 @@ BUG FIXES: * provider/aws: Trap Instance error from mismatched SG IDs and Names [GH-4240] * provider/aws: EBS optimised to force new resource in AWS Instance [GH-4627] * provider/aws: `default_result` on `aws_autoscaling_lifecycle_hook` resources is now computed [GH-4695] - * provider/template: fix race causing sporadic crashes in template_file with count > 1 [GH-4694] + * provider/template: Fix race causing sporadic crashes in template_file with count > 1 [GH-4694] + * provider/template: Add support for updating `template_cloudinit_config` resources [GH-4757] ## 0.6.9 (January 8, 2016)