From 40fccde1b013d5226037c0e2fb8e3f7d54ef4967 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 15 Aug 2013 20:07:15 -0700 Subject: [PATCH] update CHANGELOG for go-fs fix that fixes [GH-285] --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79a44f2f..10af0427a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,8 +30,12 @@ BUG FIXES: * builder/amazon-instance: send IAM instance profile data. [GH-294] * builder/virtualbox: dowload progress won't be shown until download actually starts. [GH-288] +* builder/virtualbox: floppy files names of 13 characters are now properly + written to the FAT12 filesystem. [GH-285] * builder/vmware: dowload progress won't be shown until download actually starts. [GH-288] +* builder/virtualbox: floppy files names of 13 characters are now properly + written to the FAT12 filesystem. [GH-285] * post-processor/vagrant: Process user variables. [GH-295] ## 0.3.1 (August 12, 2013)