From cf92ad096b9e5260ff580c933c35db3f7a199aaf Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 7 Jul 2017 11:49:05 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6133666ed..21dbdcc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,11 @@ IMPROVEMENTS: - guests/bsd: Invoke `tee` with explicit path [GH-8740] - guests/smartos: Guest updates for host name and nfs capabilities [GH-8695] + - guests/windows: Add public key capabilities for WinSSH communicator [GH-8761] BUG FIXES: + - communicators/winssh: Make script upload directory configurable [GH-8761] - core: Update cygwin detection to prevent PATH related errors [GH-8749, GH-6788] - provider/docker: Only rsync-auto current working dir with docker provider [GH-8756]