From 654686496ceeca9ede0767613bd306b0cd005f6b Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 29 Sep 2016 13:02:37 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cc6e686..1ef29c189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ BUG FIXES: * provider/aws: aws_db_option_group flattenOptions failing due to missing values [GH-9052] * provider/aws: Add retry logic to the aws_ecr_repository delete func [GH-9050] * provider/aws: Modifying the parameter_group_name of aws_elasticache_replication_group caused a panic [GH-9101] + * provider/aws: Fix issue with updating ELB subnets for subnets in the same AZ [GH-9131] * provider/librato: Mandatory name and conditions attributes weren't being sent on Update unless changed [GH-8984]