Add changelog entry for the stdin py3 fix

This commit is contained in:
Martin Krizek 2017-11-08 12:04:24 +01:00
parent 000df969dc
commit 95bd052c4e

View file

@ -141,7 +141,9 @@ Ansible Changes By Release
* Fix unreferenced variable in SNS topic module
(https://github.com/ansible/ansible/pull/29117)
* Handle ignore_errors in loops
https://github.com/ansible/ansible/pull/32546
(https://github.com/ansible/ansible/pull/32546)
* Fix running with closed stdin on python 3
(https://github.com/ansible/ansible/pull/31695)
<a id="2.4.1"></a>