From af5fce8236cb9b9f12cacd413f278bc4edfe76bd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 13 Jun 2011 14:09:21 -0700 Subject: [PATCH] Update CHANGELOG for GH-374 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8dd3818c..f2220353d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## 0.7.6 (unreleased) + - Use full paths with the Chef provisioner so that restart cookbook will + work. [GH-374] - Add "--no-color" as an argument and no colorized output will be used. [GH-379] - Added DEVICE option to the RedHat host only networking entry, which allows host only networking to work even if the VM has multiple NICs. [GH-382]