From 3e0f21bd7f332bc55ca572efea47203bd525ceef Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 20 Apr 2017 16:11:05 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 193fe9b27..21562ba4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ IMPROVEMENTS: BUG FIXES: - command/box: Remove extraneous sort from box list prior to display [GH-8422] + - command/box: Properly handle local paths with spaces for box add [GH-8503, GH-6825] - command/up: Prevent other provider installation when explicitly defined [GH-8393, GH-8389] - communicators/ssh: Do not yield empty output data [GH-8495, GH-8259] - core: Provide fallback and retry when 0.0.0.0 is unavailable during port check [GH-8399, GH-8395]