From 96daafbfa6e2c6ccb2c080b3e306d7bbd7772863 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 29 Apr 2014 12:56:34 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c08629190..af07c8a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,10 +27,11 @@ IMPROVEMENTS: * 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] - * builder/virtualbox: Run vboxmanage commands just before exporting [GH-664] + * builder/virtualbox: Added `vboxmanage_post` option to run vboxmanage + commands just before exporting [GH-664] * builder/vmware: Workstation 10 support for Linux. [GH-900] * builder/vmware: add cloning support on Windows [GH-824] - * command/build: Added '-parallel' flag so you can disable parallelization + * command/build: Added `-parallel` flag so you can disable parallelization with `-no-parallel`. [GH-924] * post-processors/vsphere: `disk_mode` option. [GH-778] * provisioner/ansible: Add `inventory_file` option [GH-1006]