From eeecd258f8dc4376ae5e0e08cf10685753aaa184 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 7 Dec 2018 16:30:42 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284045292..1b2119410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ FEATURES: IMPROVEMENTS: -- providers/salt: Validate that `install_type` is set if `version` is specified [GH-10474] - command/snapshot: Raise error for bad subcommand [GH-10470] - command/package: Ensure temp dir for package command is cleaned up [GH-10479] - core: Display version update on stderr instead of stdout [GH-10482] - core: Add experimental feature flag [GH-10485] +- host/windows: Prevent SMB setup commands from becoming too long [GH-10489] +- providers/salt: Validate that `install_type` is set if `version` is specified [GH-10474] BUG FIXES: