From b72d0213ba2c21f5fa3344222f2fd14e225bb8c7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 14 Dec 2014 22:04:41 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfecaa22c..7a3d6e9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ ## 1.7.2 (unreleased) +FEATURES: + + - provisioners/salt: add support for grains [GH-4895] + BUG FIXES: - core: private boxes still referencing vagrantcloud.com will have their vagrant login access token properly appended - - push: push lookups are by user-defined name, not push strategy name [GH-4975] + - commands/push: push lookups are by user-defined name, not push + strategy name [GH-4975] - guests/arch: fix network configuration due to poor line breaks. [GH-4964] -FEATURES: - - - provisioners/salt: add support for grains [GH-4895] - ## 1.7.1 (December 11, 2014) IMPROVEMENTS: