From ec6f866561e228bbdcdd83ca93d9f07ba4cf8521 Mon Sep 17 00:00:00 2001 From: Clint Date: Wed, 8 Jul 2015 12:31:06 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0ea9e189..b0c315a467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ BUG FIXES: * 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: Fix issue in AWS Classic environment with referencing external + Security Groups [GH-2644] IMPROVEMENTS: