From 74840e29c30482dd440da99a45f4f1692e4d9f31 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Sat, 3 Dec 2016 09:54:42 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a07170c..e0c0f69c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,13 @@ IMPROVEMENTS: * builder/cloudstack: Support reusing an already associated public IP. [GH-4149] * builder/docker: Introduce docker commit changes, author, and message. [GH-4202] * builder/googlecompute: Support `source_image_family`. [GH-4162] - * post-processor/shell-local: support spaces in script path. [GH-4144] * builder/amazon-ebsvolume: Add artifact output. [GH-4141] * builder/virtualbox-ovf: Can now give a URL to an ova file. [GH-3982] * builder/amazon: Adds `force_delete_snapshot` flag to also cleanup snapshots if we're removing a preexisting image, as with `force_deregister_image`. [GH-4223] + * post-processor/shell-local: support spaces in script path. [GH-4144] + * provisioner/salt: Bootstrap fallback on wget if curl failed. [GH-4244] BUG FIXES: