Updated CHANGELOG.md

This commit is contained in:
Rickard von Essen 2016-10-08 16:55:26 +02:00 committed by GitHub
parent 5e96709ee9
commit 5f5ec9225f
1 changed files with 4 additions and 0 deletions

View File

@ -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]