Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-09-09 13:42:56 -07:00
parent 78672ead21
commit ad7d1c056b
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ BUG FIXES:
* providers/aws: Refreshing EIP from pre-0.2 state file won't error. [GH-258]
* providers/digitalocean: Handle situations when resource was destroyed
manually. [GH-279]
* providers/digitalocean: Fix a couple scenarios where the diff was
incorrect (and therefore the execution as well).
* providers/google: Attaching a disk source (not an image) works
properly. [GH-254]