Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-06-29 14:37:52 -05:00
parent b26df75b50
commit e5e046b45e
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ BUG FIXES:
* provider/digitalocean: handle case where droplet is deleted outside of
terraform [GH-2497]
* provider/dme: No longer an error if record deleted manually [GH-2546]
* provider/docker: Fix issues when using containers with links [GH-2327]
* 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]