From 876ec1866d8c9d84ad6596d01efa08158a3e9354 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 26 Jun 2015 08:19:56 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 320e3cf54..f9ced2f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,6 +97,7 @@ BUG FIXES: * command/*: fixed bug where variable input was not asked for unset vars if terraform.tfvars existed [GH-2502] * command/apply: prevent output duplication when reporting errors [GH-2267] + * command/apply: destroyed orphan resources are properly counted [GH-2506] * provider/aws: fix panic when route has no `cidr_block` [GH-2215] * provider/aws: fix issue preventing destruction of IAM Roles [GH-2177] * provider/aws: fix issue where Security Group Rules could collide and fail