From 11cbf283ba6e4bc832a3e525ba14e420e325a55e Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 6 Mar 2017 09:09:34 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc8bb153..507f4ee2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ FEATURES: IMPROVEMENTS: + - command/plugin: Remove requirement for paths with no spaces [GH-7967] - core: Support host_ip for forwarded ports [GH-7035] - core: Include disk space hint in box install failure message [GH-8089] + BUG FIXES: - core: Fix box sorting on find and list [GH-7956, GH-8334]