From a4cbef0523bafb1ce479af00af438a00e112ef41 Mon Sep 17 00:00:00 2001 From: Clint Date: Mon, 20 Jul 2015 12:38:54 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73288fb08..52739f739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ BUG FIXES: * provider/aws: Fix issue in AWS Classic environment with referencing external Security Groups [GH-2644] * provider/aws: Bump internet gateway detach timeout [GH-2669] + * provider/aws: Fix issue with detecting differences in DB Parameters [GH-2728] * provider/aws: `ecs_cluster` rename (recreation) and deletion is handled correctly [GH-2698] * provider/aws: `aws_route_table` ignores routes generated for VPC endpoints [GH-2695] * provider/aws: Fix issue with Launch Configurations and enable_monitoring [GH-2735]