From 009dba178ffebbd9bd434def76672e555469a15e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 17 Jul 2015 11:00:11 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79aad3ab..932980236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,18 @@ FEATURES: BUG FIXES: + * core: don't prompt for variables with defaults [GH-2613] + * core: Return correct number of planned updates [GH-2620] + * core: Fix "provider not found" error that can occur while running + a destroy plan with grandchildren modules [GH-2755] * connection/ssh: fix issue on machines with an SSH Agent available preventing `key_file` from being read without explicitly setting `agent = false` [GH-2615] - * core: don't prompt for variables with defaults [GH-2613] - * core: Return correct number of planned updates [GH-2620] * 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: Allow dots in `aws_db_subnet_group.name` (undocumented by AWS) [GH-2665] * provider/aws: Fix issue with pending Spot Instance requests [GH-2640] - * provider/aws: Fix issue in AWS Classic environment with referencing external + * 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: `ecs_cluster` rename (recreation) and deletion is handled correctly [GH-2698]