From 240523b1aa9f328c09060cff34a211bd3f93f7ca Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 11 Mar 2014 11:29:03 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 394144d85..afc91db38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BUG FIXES: - core: Assume a box isn't metadata if it exceeds 20 MB. [GH-3107] - 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] - provisioners/ansible: Request SSH info within the provision method, when we know its available. [GH-3111]