From dbb756c7b6da835179416142f5591ebd3433f2be Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 17 Jun 2016 21:10:47 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba5f2aab..525872586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ BUG FIXES: - core: Check process stdout when detecting if a hyperv admin [GH-7465, GH-7467] - core/guests: Create common BSD guest for shared logic + - guests/bsd: Consolidate core logic for mounting NFS folders + [GH-7480, GH-7474, GH-7466] - guests/centos: Use `ip` instead of `ifconfig` to detect network interfaces [GH-7460] - guests/debian: Ensure newline when inserting public key [GH-7456]