From 6d48f98d55e2983e1a7ed1d2bef62ca4bc0c0f65 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 30 Sep 2016 14:46:19 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb3eff51..3b400400f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ FEATURES: IMPROVEMENTS: + - util/safe_exec: Use subprocess for safe_exec on Windows [GH-7802] - util/subprocess: Allow closing STDIN [GH-7778] BUG FIXES: - - communicators/winrm: Prevent connection leakage (GH-7712) + - communicators/winrm: Prevent connection leakage [GH-7712] + - pushes/atlas: Fix atlas push on Windows platform [GH-6938, GH-7802] ## 1.8.6 (September 27, 2016)