Update CHANGELOG.md

This commit is contained in:
Radek Simko 2016-04-13 15:20:26 +01:00
parent 269858998d
commit 65bef82a32
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ BUG FIXES:
* provider/aws: Fix issue re-creating deleted VPC peering connections [GH-5959]
* provider/aws: Fix issue with changing iops when also changing storage type to io1 on RDS [GH-5676]
* provider/aws: Fix issue with retrying deletion of Network ACLs [GH-5954]
* provider/aws: Fix Lambda VPC integration (missing `vpc_id` field in schema) [GH-6157]
* 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]