From cd33423ab6de93c9541c4e66d3bd2df99b304330 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 10 Jul 2015 08:01:33 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f997e2e60..ac3d32c6e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BUG FIXES: * 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 Security Groups [GH-2644]