From b21438f700a68e1047045bc88c6c16fbb137826d Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 17 Nov 2015 22:40:26 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd50b3dd5..365b86992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ BUG FIXES: * provider/aws: Expand ~ to homedir in `aws_s3_bucket_object.source` [GH-3910] * provider/aws: Fix issue with updating the `aws_ecs_task_definition` where `aws_ecs_service` didn't wait for a new computed ARN [GH-3924] * provider/aws: Prevent crashing when deleting `aws_ecs_service` that is already gone [GH-3914] + * provider/aws: Allow spaces in `aws_db_subnet_group.name` (undocumented in the API) [GH-3955] * provider/azure: various bugfixes [GH-3695] * provider/digitalocean: fix issue preventing SSH fingerprints from working [GH-3633] * provider/digitalocean: Fixing the DigitalOcean Droplet 404 potential on refresh of state [GH-3768]