From b1c80ce44ff571dd136ca11abc8be5937e771a78 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 14 Oct 2014 16:10:29 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c96866715..9d48aabf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ FEATURES: BUG FIXES: * core: Fix loading plugins from pwd. [GH-1521] + * 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-vmx: Fix issue with order of boot command support [GH-1492] * builder/parallels: Ignore 'The fdd0 device does not exist' [GH-1501] * builder/parallels: Rely on Cleanup functions to detach devices [GH-1502]