From 9441738f40fb396ee20ac1a8b4cd2c91d9b07cd9 Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 16 Dec 2015 11:22:29 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c8b723792..0309c3e60c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ IMPROVEMENTS: * provider/aws: Adding Tag support for DB Param Groups [GH-4259] * provider/aws: Validate IOPs for EBS Volumes [GH-4146] * provider/aws: DB Subnet group arn output [GH-4261] + * provider/aws: Retry MalformedPolicy errors due to newly created principals in S3 Buckets [GH-4315] * provider/aws: Validate `name` on `db_subnet_group` against AWS requirements [GH-4340] * provider/cloudstack: performance improvements [GH-4150] * provider/docker: Add support for setting the entry point on `docker_container` resources [GH-3761]