From 387d03e8185da08f3fffadd5b4cd39fd12b6987a Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 12 Nov 2015 00:02:58 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53aa950dd..e95caa589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ BUG FIXES: * provider/aws: Fix issue that could occur if no ECS Cluster was found for a give name [GH-3829] * provider/aws: Fix issue with SNS topic policy if omitted [GH-3777] * provider/aws: Support scratch volumes in `aws_ecs_task_definition` [GH-3810] + * provider/aws: Treat `aws_ecs_service` w/ Status==INACTIVE as deleted [GH-3828] * 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]