From c088250729edf5a738a2bfddb7ce6a8b6056141d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 5 Jan 2015 11:13:33 -0500 Subject: [PATCH] Update CHANGELOG for packaging fixes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5eb5924..8eff3271b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BUG FIXES: - core: private boxes still referencing vagrantcloud.com will have their vagrant login access token properly appended - core: push plugin configuration is properly validated + - core: restore box packaging functionality - commands/push: push lookups are by user-defined name, not push strategy name [GH-4975] - commands/push: validate the configuration @@ -18,7 +19,7 @@ BUG FIXES: - pushes/ftp: expand file paths relative to the Vagrantfile - pushes/ftp: improved debugging output - pushes/ftp: create parent directories if they do not exist on the remote - server + server ## 1.7.1 (December 11, 2014)