From defdd0bc6acfdaaf4a2aefd0f0f9cd34bac9d7b0 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 8 Dec 2016 17:27:07 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2da2143b..9ce6b05c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ BUG FIXES: * provisioner/shell: Treat disconnects as retryable when running cleanup. If you have a reboot in your script, we'll now wait until the host is available before attempting to cleanup the script. [GH-4197] + * builder/qemu: Fix issue where multiple commands on a single line + in boot_command wouldn't be parsed correctly. [GH-4269] ## 0.12.0 (November 15, 2016)