From a346976abb9af90f4e53a40e7aff1d8eeb8ccace Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 1 Oct 2013 14:27:06 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6f76737..df1f0b538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,8 @@ BUG FIXES: retries. [GH-2234] - guests/redhat: Changing hostname changes DHCP_HOSTNAME. [GH-2267] - hosts/arch: Vagrant won't crash on Arch anymore. [GH-2233] - - provisioners/ansibe: Extra vars are converted to strings. [GH-2244] + - provisioners/ansible: Extra vars are converted to strings. [GH-2244] + - provisioners/ansible: Output will show up on a task-by-task basis. [GH-2194] - provisioners/chef: Propagate disabling color if Vagrant has no color enabled. [GH-2246] - provisioners/chef: Delete from chef server exception fixed. [GH-2300]