From 30846c81950578ed1ddce5259bc0f30d9f32c2a5 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 18 Jul 2018 16:40:41 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e237de245..2da414f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ BUG FIXES: - core: Disable Vagrantfile loading with plugin commands [GH-10030] - provider/hyperv: Fix checkpoint configuration and properly disable automatic checkpoints by default [GH-9999] +- provider/hyperv: Remove localization dependency from access check [GH-10000] - push/ftp: Custom error when attempting to push too many files [GH-9952] - util/downloader: Prevent errors when Location header contains relative path [GH-10017] - util/platform: Always force string type conversion on path [GH-9998]