From 258bbaa1dc7a272aa664a4c843dc62e4f90e2110 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 16 Apr 2020 17:54:06 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f068b32..05dc11720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,9 +30,10 @@ BUG FIXES: - host/darwin: Quote directories in /etc/exports [GH-11441] - host/linux: Ensure `/etc/exports` does not contain duplicate records [GH-10591] - host/windows: Check all interfaces for port conflict when host_ip: "0.0.0.0" [GH-11454] -- providers/virtualbox: Parse `list dhcpservers` output on VirtualBox 6.1 [GH-11404] - providers/docker: Fix issue where Vagrant fails to remove image if it is in use [GH-11355] - providers/docker: Fix issue with getting correct docker image id from build output [GH-11461] +- providers/hyperv: Prevent error when identity reference cannot be translated [GH-11425] +- providers/virtualbox: Parse `list dhcpservers` output on VirtualBox 6.1 [GH-11404] ## 2.2.7 (January 27, 2020)