From 892bdefc54cce6f85854a8153f7a8e59b2bf8ad4 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 18 May 2016 19:06:45 -0700 Subject: [PATCH] Added additional bug fixes and recent features to the changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee836ebb4..61ff9fc50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,18 @@ FEATURES: IMPROVEMENTS: + * builder/azure: Now pre-validates `capture_container_name` and `capture_name_prefix` [GH-3537] * builder/google: Added support for `image_family` [GH-3503] + * builder/null: Can now be used with WinRM [GH-2525] + * builder/parallels: Added pause between `boot_command` when running with `-debug` [GH-3547] * builder/virtualbox: Added pause between `boot_command` when running with `-debug` [GH-3542] * builder/vmware: Added pause between `boot_command` when running with `-debug` [GH-3542] + * builder/qemu: Added pause between `boot_command` when running with `-debug` [GH-3547] + * post-processor/compress: Added support for bgzf compression [GH-3501] + +BUG FIXES: + + * post-processor/shell-local: Do not set execute bit on artifact file [GH-3505] ## 0.10.1 (May 7, 2016)