From a93949eb9682c46f36e197bd4ab460056bf29e5e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 27 Oct 2014 17:04:22 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcc6925e..557cd9f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ BUG FIXES: * core: Fix loading plugins from pwd. [GH-1521] * builder/virtualbox: Can read VirtualBox version on FreeBSD. [GH-1570] + * builder/virtualbox: More robust reading of guest additions URL. [GH-1509] * builder/vmware: Always remove floppies/drives. [GH-1504] * builder/vmware: Wait some time so that post-VMX update aren't overwritten. [GH-1504]