Added QEMU boot_command wait duration to changelog

This commit is contained in:
Chris Bednarski 2016-02-04 17:19:33 -08:00
parent 6c35f44104
commit 39e43b62e9
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ IMPROVEMENTS:
* builder/qemu: Now specifies `virtio-scsi` by default [GH-2422]
* builder/qemu: Now checks for version-specific options [GH-2376]
* builder/qemu: Can now bypass disk cache using `iso_skip_cache` [GH-3105]
* builder/qemu: `<wait>` in `boot_command` now accepts an arbitrary duration
like <wait1m30s> [GH-3129]
* builder/docker-import: Can now import Artifice artifacts [GH-2718]
* builder/vmware-esxi: Now supports private key auth for remote builds via
`remote_private_key_file` [GH-2912]