From ac3b24d93eef8a5fffd880e4e9d06f26a930e7f0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 14 Dec 2015 16:03:07 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb93385f6..49b5e6a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,6 +122,8 @@ BUG FIXES: - hosts/slackware: Better detection of NFS [GH-6367] - providers/hyper-v: support generation 2 VMs [GH-6372] - providers/hyper-v: support VMs with more than one NIC [GH-4346] + - providers/hyper-v: check if user is in the Hyper-V admin group if + they're not a Windows admin [GH-6662] - providers/virtualbox: ignore "Unknown" status bridge interfaces [GH-6061] - providers/virtualbox: only fix ipv6 interfaces that are in use [GH-6586, GH-6552]