From 2409049b76bbbdbaf23f30ac5eef055690c37439 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 15 Dec 2014 01:16:29 -0500 Subject: [PATCH] Add solo.rb fixes to CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3d6e9a7..e5901fa74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ BUG FIXES: - core: private boxes still referencing vagrantcloud.com will have their vagrant login access token properly appended - - commands/push: push lookups are by user-defined name, not push + - 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] + - provisioners/chef: remove Chef version check from solo.rb generation and + make `roles_path` populate correctly ## 1.7.1 (December 11, 2014)