From f5f4266371b882fc01459b8662671d1ba9bf9bf7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 Jul 2013 15:20:20 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c11f240a6..a27cfdd71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,12 @@ IMPROVEMENTS: BUG FIXES: +* builder/virtualbox: Trim carriage returns for Windows to properly + detect VM state on Windows. [GH-218] * core: build names no longer cause invalid config errors. [GH-197] * command/build: If any builds fail, exit with non-zero exit status. * communicator/ssh: SCP exit codes are tested and errors are reported. [GH-195] +* communicator/ssh: Properly change slash direction for Windows hosts. [GH-218] ## 0.2.0 (July 16, 2013)