From 317ce31b61e760ef32631f0683f529e07d5ddeea Mon Sep 17 00:00:00 2001 From: Clint Date: Tue, 5 Apr 2016 14:04:23 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index deb82f5c5..8ddc36267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ BUG FIXES: * 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 with retrying deletion of Network ACLs [GH-5954] + * provider/aws: Remove CloudTrail Trail from state if not found [GH-6024] * provider/aws: Report better error message in `aws_route53_record` when `set_identifier` is required [GH-5777] * provider/aws: Fix issue re-creating deleted VPC peering connections [GH-5959] * provider/aws: set ASG `health_check_grace_period` default to 300 [GH-5830]