From 6233daaa446993e4820f0eaa83ffdeb673dbcced Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 18 Jan 2018 09:34:57 -0800 Subject: [PATCH] Add ssh flush() fix to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e59181f9f96..10fbe9af170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Ansible Changes By Release ========================== + + +## 2.3.4 "Ramble On" - TBD +* Flush stdin when passing the become password. Fixes some cases of timeout on + Python3 with the ssh connection plugin: https://github.com/ansible/ansible/pull/35049 + ## 2.3.3 "Ramble On" - TBD