From 805fd7c5c18e9de64d355394ce70483829cfa587 Mon Sep 17 00:00:00 2001 From: Clint Date: Mon, 4 Apr 2016 11:41:59 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f47c9dd3d5..26ffa0813305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ BUG FIXES: * provider/aws: Fix issue with changing iops when also changing storage type to io1 on RDS [GH-5676] * 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: 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]