From 76c3ae5c2a481a4ee02fcd95c580076f4be5fcac Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 28 Oct 2014 08:36:10 -0700 Subject: [PATCH] Upate cHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba012f093..564362d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ BUG FIXES: * builder/vmware: Always remove floppies/drives. [GH-1504] * builder/vmware: Wait some time so that post-VMX update aren't overwritten. [GH-1504] + * builder/vmware/esxi: Retry power on if it fails. [GH-1334] * builder/vmware-vmx: Fix issue with order of boot command support [GH-1492] * builder/amazon: Extend timeout and allow user override [GH-1533] * builder/parallels: Ignore 'The fdd0 device does not exist' [GH-1501]