From 3e8f4a5df482bac2cbe189dc9ee8743cb89d47ba Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 18 Dec 2018 16:09:30 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e00afc4d..0d3696e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ BUG FIXES: - command/cloud publish: Ensure box file exists before path expanding [GH-10468] - command/snapshot: Retain consistent provisioning behavior across all commands [GH-10490] - command/validate: Bypass install checks for validating configs with the `--ignore-provider` flag [GH-10467] +- guest/freebsd: Fix defaultrouter rcvar in static network template [GH-10469] - providers/virtualbox: Adjust version requirement for NIC warning [GH-10486] - util/powershell: Use correct Base64 encoding for encoded commands [GH-10487]