From f78ceb57a63e4a6a0b90e24edacab2f63e494537 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 7 Dec 2018 16:29:36 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd76bb26..284045292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BUG FIXES: - command/validate: Bypass install checks for validating configs with the `--ignore-provider` flag [GH-10467] - command/cloud publish: Ensure box file exists before path expanding [GH-10468] - providers/virtualbox: Adjust version requirement for NIC warning [GH-10486] +- util/powershell: Use correct Base64 encoding for encoded commands [GH-10487] ## 2.2.2 (November 27, 2018)