Update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2014-04-21 21:03:29 -07:00
parent a9f07bc3ff
commit 8d991b681f
1 changed files with 32 additions and 30 deletions

View File

@ -13,6 +13,8 @@ IMPROVEMENTS:
* builder/amazon: Added `ssh_private_key_file` option [GH-971]
* builder/amazon: Added `ami_virtualization_type` option [GH-1021]
* builder/openstack: Support `openstack_provider` option to automatically
fill defaults for different OpenStack variants. [GH-912]
* builder/qemu: User variable expansion in `ssh_key_path` [GH-918]
* builder/virtualbox: Support an `export_opts` option which allows
specifying arbitrary arguments when exporting the VM. [GH-945]