From db0f215d4202eba165044b94107d8eeeed9be08f Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 26 Feb 2019 13:31:39 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0490bf99..76e013ed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ FEATURES: IMPROVEMENTS: +- communicator/ssh: Update `#upload` behavior to work properly with new sshd path checks [GH-10698] +- communicator/winrm: Update `#upload` behavior to match ssh communicator upload behavior [GH-10698] - guest/windows: Add reboot output to guest capability [GH-10638] +- provisioner/file: Refactor path modification rules and allow communicator to handle details [GH-10698] BUG FIXES: