From 65bef82a320b93879bc0cfc7fff598007b8dd10c Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Wed, 13 Apr 2016 15:20:26 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f768a5f..36b5b58af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]