From 7f908e0ac6e8482d8ed2c52825da397444fd696e Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 15 Jul 2015 17:03:08 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 799f215cc1..20477ab6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ BUG FIXES: * provider/aws: Bump internet gateway detach timeout [GH-2669] * 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] * provider/openstack: allow empty api_key and endpoint_type [GH-2626] IMPROVEMENTS: