summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-01-18 09:34:57 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-01-18 09:34:57 -0800
commit6233daaa446993e4820f0eaa83ffdeb673dbcced (patch)
treec774c200ad62504becd1ebc98336f146cdc8e779
parentf0cae29d57411aaf6ae8ef5c0eb2ecc02a832069 (diff)
downloadansible-6233daaa446993e4820f0eaa83ffdeb673dbcced.tar.gz
Add ssh flush() fix to changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e59181f9f9..10fbe9af17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Ansible Changes By Release
==========================
+<a id="2.3.4"></a>
+
+## 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
+
<a id="2.3.3"></a>
## 2.3.3 "Ramble On" - TBD