From 7bd5805819b1258206efa21ec3dab6b8a841211f Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Fri, 15 Dec 2017 12:08:29 +0100 Subject: [PATCH] Add the fix for cluster access into changelog Closes #11 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7300298..8c638ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Fix association of VMs by MAC address (case issue) - Fix over-eager secure boot setting access on unpersisted VMs +- Fix over-eager cluster iteration, ensure the hypervisor supports clusters first (Requires fog-hyperv v0.0.6) ## v0.0.2 2017-08-30