From 032e7dfc9d7c6a8a204d071517166e591f020c08 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 28 Sep 2016 11:19:04 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdbbc0112..33b0ce558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ BUG FIXES: * provider/aws: Make encryption in Aurora instances computed-only [GH-9060] * provider/aws: Make sure that VPC Peering Connection in a failed state returns an error. [GH-9038] * provider/aws: guard against aws_route53_record delete panic [GH-9049] + * provider/aws: aws_db_option_group flattenOptions failing due to missing values [GH-9052] * provider/librato: Mandatory name and conditions attributes weren't being sent on Update unless changed [GH-8984]