From b5f32e59c2b5d952f8bd463172ea43bd13c18c3e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 9 Apr 2014 09:15:43 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc1a5666..790bf47bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ BUG FIXES: of Vagrant. [GH-3386] - core: Don't error if network problems cause box update check to fail [GH-3391] + - core: `vagrant` on Windows cmd.exe doesn't always exit with exit + code zero. [GH-3420] - commands/rsync-auto: Don't crash if the machine can't be communicated to. [GH-3419] - guests/fedora: Fix hostname setting. [GH-3382]