From 0066888a875971ffb66723e80b3bc4332d58a7c8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 12 Mar 2014 08:41:40 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc91db38..ab6a3ca6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ BUG FIXES: - core: Asking for input works even in consoles that don't support hiding input. [GH-3119] - core: Adding a box by path in Cygwin on Windos works. [GH-3132] + - guests/darwin: Fix an exception when configuring networks. [GH-3143] - provisioners/ansible: Request SSH info within the provision method, when we know its available. [GH-3111]