update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-06-26 08:19:56 -07:00
parent 7daf13487f
commit 876ec1866d
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ BUG FIXES:
* command/*: fixed bug where variable input was not asked for unset * command/*: fixed bug where variable input was not asked for unset
vars if terraform.tfvars existed [GH-2502] vars if terraform.tfvars existed [GH-2502]
* command/apply: prevent output duplication when reporting errors [GH-2267] * 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 panic when route has no `cidr_block` [GH-2215]
* provider/aws: fix issue preventing destruction of IAM Roles [GH-2177] * provider/aws: fix issue preventing destruction of IAM Roles [GH-2177]
* provider/aws: fix issue where Security Group Rules could collide and fail * provider/aws: fix issue where Security Group Rules could collide and fail