From f14cffedcf7049a99e5c1bd1b2809dc5caa94295 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 17 Dec 2015 17:40:07 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13851f0c6..e1342e3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ BUG FIXES: * core: Fix issue which could cause fields that become empty to retain old values in the state [GH-3257] * provider/docker: Fix an issue running with Docker Swarm by looking up containers by ID instead of name [GH-4148] * provider/openstack: Better handling of load balancing resource state changes [GH-3926] + * provider/aws: Treat `INACTIVE` ECS cluster as deleted [GH-4364] * provider/aws: Skip `source_security_group_id` determination logic for Classic ELBs [GH-4075] * provider/aws: Fix issue destroy Route 53 zone/record if it no longer exists [GH-4198] * provider/aws: Fix issue force destroying a versioned S3 bucket [GH-4168]