diff --git a/CHANGELOG.md b/CHANGELOG.md index b725465c0..b2d71058d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,17 +49,20 @@ IMPROVEMENTS: driver [GH-3673] * builder/parallels: Add support for ctrl, shift and alt keys in `boot_command`. [GH-3767] + * builder/parallels: Copy directories recursively with `floppy_dirs`. [GH-2919] * builder/qemu: Added `vnc_bind_address` option [GH-3574] * builder/qemu: Specify disk format when starting qemu [GH-3888] * builder/qemu: Now pauses between `boot_command` entries when running with `-debug` [GH-3547] * builder/qemu: Add support for ctrl, shift and alt keys in `boot_command`. [GH-3767] + * builder/qemu: Copy directories recursively with `floppy_dirs`. [GH-2919] * builder/virtualbox: Now pauses between `boot_command` entries when running with `-debug` [GH-3542] * builder/virtualbox: Added `vrdp_bind_address` option [GH-3566] * builder/virtualbox: Add support for ctrl, shift and alt keys in `boot_command`. [GH-3767] + * builder/virtualbox: Copy directories recursively with `floppy_dirs`. [GH-2919] * builder/vmware: Now paused between `boot_command` entries when running with `-debug` [GH-3542] * builder/vmware: Added `vnc_bind_address` option [GH-3565] @@ -68,6 +71,7 @@ IMPROVEMENTS: [GH-3347] * builder/vmware: Add support for ctrl, shift and alt keys in `boot_command`. [GH-3767] + * builder/vmware: Copy directories recursively with `floppy_dirs`. [GH-2919] * provisioner/ansible: Improved logging and error handling [GH-3477] * provisioner/ansible: Support scp [GH-3861] * provisioner/ansible-local: Support for ansible-galaxy [GH-3350] [GH-3836]