Add crypttab pyhton3 fix to changelog

This commit is contained in:
Toshio Kuratomi 2017-09-27 11:59:28 -07:00
parent 441d238d5d
commit 5b08188318

View file

@ -16,6 +16,7 @@ Ansible Changes By Release
* Fix openssl_certificate parameter assertion on Python3
* Fix for python3 and nonascii strings in inventory plugins (https://github.com/ansible/ansible/pull/30666)
* Fix missing urllib in iam_policy
* Fix crypttab module for bytes<=>text string mismatch ( https://github.com/ansible/ansible/pull/30457 )
* Fix for win_file to respect check mode when deleting directories
* Fix for Ansible.ModuleUtils.Legacy.psm1 to return list params correctly
* Fix for a proper logout in the module ovirt_vms