From ed2dff53640e0d8a58c721fc0de083146b6aa321 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 23 Oct 2017 08:45:26 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e06821c..d87adf5fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ IMPROVEMENTS: BUG FIXES: +- communicators/ssh: Retry on Errno::EPIPE exceptions [GH-9065] - core: Rescue more exceptions when checking if port is open [GH-8517] - guests/windows: Split out cygwin path helper for msys2/cygwin paths and ensure cygpath exists [GH-8972] - guests/solaris11: Inherit from Solaris guest and keep solaris11 specific methods [GH-9034]