From 108076ddcbfdd0647a3562634834ca0c9e6b80b3 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 9 Jul 2015 10:57:28 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8942a26eb..2f997e2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ BUG FIXES: setting `agent = false` [GH-2615] * core: don't prompt for variables with defaults [GH-2613] * core: Return correct number of planned updates [GH-2620] - * providers/aws: Allow uppercase characters in `aws_elb.name` [GH-2580] - * providers/aws: Allow underscores in `aws_db_subnet_group.name` (undocumented by AWS) [GH-2604] + * provider/aws: Allow uppercase characters in `aws_elb.name` [GH-2580] + * provider/aws: Allow underscores in `aws_db_subnet_group.name` (undocumented by AWS) [GH-2604] * provider/aws: Fix issue with pending Spot Instance requests [GH-2640] * 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/openstack: allow empty api_key and endpoint_type [GH-2626] IMPROVEMENTS: