Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-06-26 09:30:16 -05:00
parent 4230a524a4
commit 49801487b0
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ BUG FIXES:
security group [GH-2434]
* provider/aws: `aws_launch_configuration` retries if IAM instance
profile is not ready yet. [GH-2452]
* provider/digitalocean: handle case where droplet is deleted outside of
terraform [GH-2497]
* provider/openstack: fix panic case if API returns nil network [GH-2448]
* provider/template: fix issue causing "unknown variable" rendering errors
when an existing set of template variables is changed [GH-2386]