From be22e7f10a2129c3f46b813869c08aef082f42f8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 24 Feb 2015 10:03:51 -0800 Subject: [PATCH] update cHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8346977..e9e89e2e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ BUG FIXES: - providers/docker: Build image from `/var/lib/docker` for more disk space on some systems. [GH-5302] - providers/hyperv: allow users to configure memory, cpu count, and vmname [GH-5183] + - providers/hyperv: import respects secure boot. [GH-5209] - providers/virtualbox: read netmask from dhcpservers [GH-5233] - provisioners/ansible: fix SSH settings to support more than 5 ssh keys [GH-5017] - provisioners/ansible: increase ansible connection timeout to 30 seconds [GH-5018]