From 983313e8e5e2ebfa990b0419b67fb54e45f4aa7e Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 24 Oct 2017 15:06:05 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afbdce39c..a42c70a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,8 @@ BUG FIXES: - core: Rescue more exceptions when checking if port is open [GH-8517] - guests/solaris11: Inherit from Solaris guest and keep solaris11 specific methods [GH-9034] - guests/windows: Split out cygwin path helper for msys2/cygwin paths and ensure cygpath exists [GH-8972] - - guests/windows: Specify expected shell when executing on guest (fixes winssh communicator usage) [GH-90112] + - guests/windows: Specify expected shell when executing on guest (fixes winssh communicator usage) [GH-9012] + - guests/windows: Include WinSSH Communicator when using insert_public_key [GH-9105] - providers/docker: Isolate windows check within executor to handle running through VM [GH-8921] - providers/hyper-v: Properly invoke Auto stop action [GH-9000] - provisioners/puppet: Fix winssh communicator support in puppet provisioner [GH-9014]