From a5e5e689e070c875ad0befdc86a4230721cf57dd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 9 Jul 2013 12:41:17 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa0cba94..9850c56e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ -## 0.1.6 (unreleased) +## 0.2.0 (unreleased) +FEATURES: + +* VirtualBox and VMware can now have `floppy_files` specified to attach + floppy disks when booting. This allows for unattended Windows installs. + +BUG FIXES: +* core: UI messages are now properly prefixed with spaces again. +* virtualbox: "paused" doesn't mean the VM is stopped, improving + shutdown detection. ## 0.1.5 (July 7, 2013)