From 06ffb19c99b7ad1e2732645eb6a59e9c78b07cd5 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Tue, 14 Jun 2016 15:23:18 -0700 Subject: [PATCH] Added knife_command to changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ee70bd3..c1f0920c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,10 @@ IMPROVEMENTS: * builder/amazon: Added `disable_stop_instance` option to prevent automatic shutdown when the build is complete [GH-3352] - * builder/amazon: Added `skip_region_validation` option to allow newer or custom AWS regions [GH-3598] - * builder/amazon: Added `shutdown_behavior` option to support `stop` or `terminate` at the end of the build [GH-3556] + * builder/amazon: Added `skip_region_validation` option to allow newer or + custom AWS regions [GH-3598] + * builder/amazon: Added `shutdown_behavior` option to support `stop` or + `terminate` at the end of the build [GH-3556] * builder/azure: Now pre-validates `capture_container_name` and `capture_name_prefix` [GH-3537] * builder/azure: Support for custom images [GH-3575] @@ -32,6 +34,8 @@ IMPROVEMENTS: * builder/vmware: Added `vnc_bind_address` option [GH-3565] * builder/qemu: Now pauses between `boot_command` entries running with `-debug` [GH-3547] + * provisioner/chef: Added `knife_command` option and added a correct default + value for Windows [GH-3622] * provisioner/puppet: Added `execute_command` option [GH-3614] * post-processor/compress: Added support for bgzf compression [GH-3501]