From 888096ec4c3d230d8025317e1f68f693caef1a18 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 28 Jun 2017 16:41:25 -0700 Subject: [PATCH] 2.3.2 CHANGELOG update for win_updates and non-pipelined fixes (cherry picked from commit 2a6e5eedb758ec6480f6b31bfa79124de2e758df) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 580ed424b11..97b635a2c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ Ansible Changes By Release * fixed corner case for delegate_to, loops and delegate_facts * fixed wait_for python2.4/2.5 compatibility (this is last version this is needed) * fix for adhoc not obeying callback options +* fix for win_find where it fails to recursively scan empty nested directories ++ fix non-pipelined code paths for Windows (eg, ANSIBLE_KEEP_REMOTE_FILES, non-pipelined connection plugins) +* fix for win_updates where args and check mode were ignored due to common code change + ## 2.3.1 "Ramble On" - 2017-06-01