update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-06-10 10:33:30 -07:00
parent be4a82dfae
commit 77c8df1e7b
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ BUG FIXES:
is deleted on cleanup. [GH-1801]
* builder/amazon: AMI copy won't copy to the source region [GH-2123]
* builder/amazon: Validate AMI doesn't exist with name prior to build [GH-1774]
* builder/amazon: Improved retry logic around waiting for instances. [GH-1764]
* builder/amazon/chroot: Retry waiting for disk attachments [GH-2046]
* builder/amazon/instance: Use `-i` in sudo commands so PATH is inherited. [GH-1930]
* builder/digitalocean: Ignore invalid fields from the ever-changing v2 API