From 91ebe323f1ec569277a05f8a50d637bf8123dd27 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 18 Mar 2013 11:25:41 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb0c6324..482681e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ BUG FIXES: - When not specifying a cookbooks_path for chef-solo, an error won't be shown if "cookbooks" folder is missing. + - Fix typo for exception when no host-only network with NFS. [GH-1448] + - Use UNSET_VALUE/nil with args on shell provisioner by default since + `[]` was too truthy. [GH-1447] ## 1.1.1 (March 18, 2013)