From c0215dc871cec8dea4c6cd3d97087b7b23609b67 Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 22 Apr 2016 12:07:27 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9c78c9da..80f58edd46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ BUG FIXES: * provider/aws: Fix potential crash when receiving malformed `aws_route` API responses [GH-5867] * provider/aws: Guard against empty responses from Lambda Permissions [GH-5838] * provider/aws: Normalize and compact SQS Redrive, Policy JSON [GH-5888] + * provider/aws: Fix issue updating ElasticBeanstalk Configuraiton Templates [GH-6307] * provider/aws: Remove CloudTrail Trail from state if not found [GH-6024] * provider/aws: Fix crash in AWS S3 Bucket when website index/error is empty [GH-6269] * provider/aws: Report better error message in `aws_route53_record` when `set_identifier` is required [GH-5777]