update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-05-29 11:14:48 -07:00
parent 5dc32df1fb
commit 62aa9ada78
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ BUG FIXES:
* 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
* builder/docker: Fixed hang on prompt while copying script
* builder/docker: Use `docker exec` for newer versions of Docker for
running scripts [GH-1993]
* builder/docker: Fix crash that could occur at certain timed ctrl-c [GH-1838]
* builder/qemu: Add `disk_discard` option [GH-2120]
* builder/virtualbox: Added SCSI support
* builder/vmware: Case-insensitive match of MAC address to find IP [GH-1989]