From 91bfacca4a93a7124e2a59b908ad8fbe0b8a620d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 24 Feb 2015 09:37:07 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dd290bf..c97d9b3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ BUG FIXES: - communicators/winrm: improve error handling significantly and improve the error messages shown to be more human-friendly. [GH-4943] - hosts/nfs: allow colons (`:`) in NFS IDs [GH-5222] + - guests/darwin: Support inserting generated key. [GH-5204] - guests/debian: Halt works properly on Debian 8. [GH-5369] - guests/funtoo: fix incorrect path in configure networks [GH-4812] - hosts/windows: More accurately get host IP address in VPNs. [GH-5349]