update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-06-24 10:40:01 -07:00
parent 6175874cbd
commit 4bf0d5e243
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ BUG FIXES:
* provider/aws: detect `instance_type` drift on `aws_instance` [GH-2374] * provider/aws: detect `instance_type` drift on `aws_instance` [GH-2374]
* provider/aws: fix crash when `security_group_rule` referenced non-existent * provider/aws: fix crash when `security_group_rule` referenced non-existent
security group [GH-2434] security group [GH-2434]
* provider/openstack: fix panic case if API returns nil network [GH-2448]
* provider/template: fix issue causing "unknown variable" rendering errors * provider/template: fix issue causing "unknown variable" rendering errors
when an existing set of template variables is changed [GH-2386] when an existing set of template variables is changed [GH-2386]
* core: fix `-no-color` flag in subcommands [GH-2414] * core: fix `-no-color` flag in subcommands [GH-2414]