From 9c5e5af2892e673585866689a47f40496528a0fb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 23 Aug 2013 14:34:31 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2812ad734..22b7ffc91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ BUG FIXES: * core: Fixed a couple cases where a double ctrl-C could panic. * command/build,command/validate: If a non-existent build is specified to '-only' or '-except', it is now an error. [GH-326] +* provisioner/shell: Retry upload if start command fails, making reboot + handling much more robust. ## 0.3.4 (August 21, 2013)