From fb769f2f29ddaf97b3c386aa9ca9aae720300478 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Sun, 4 Sep 2016 02:09:33 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ec6ebed4..936103495f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ IMPROVEMENTS: * provider/aws: More robust handling of Lambda function archives hosted on S3 [GH-6860] * provider/aws: Spurious diffs of `aws_s3_bucket` policy attributes due to JSON field ordering are reduced [GH-8615] * provider/aws: `name_regex` attribute for local post-filtering of `aws_ami` data source results [GH-8403] + * provider/aws: support for lifecycle hooks at ASG creation [GH-5620] * provider/consul: Make provider settings truly optional [GH-8551] * provider/statuscake: Add support for contact-group id in statuscake test [GH-8417]