From 75bd44e29dd6fb37ab504dfd119b28248801cd60 Mon Sep 17 00:00:00 2001 From: Clint Date: Tue, 5 Apr 2016 10:18:22 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cace46a3..deb82f5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,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 with retrying deletion of Network ACLs [GH-5954] * 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]