Browse code

Add crypttab pyhton3 fix to changelog

Toshio Kuratomi authored on 2017/09/28 03:59:28
Showing 1 changed files
... ...
@@ -16,6 +16,7 @@ Ansible Changes By Release
16 16
   * Fix openssl_certificate parameter assertion on Python3
17 17
   * Fix for python3 and nonascii strings in inventory plugins (https://github.com/ansible/ansible/pull/30666)
18 18
   * Fix missing urllib in iam_policy
19
+  * Fix crypttab module for bytes<=>text string mismatch ( https://github.com/ansible/ansible/pull/30457 )
19 20
 * Fix for win_file to respect check mode when deleting directories
20 21
 * Fix for Ansible.ModuleUtils.Legacy.psm1 to return list params correctly
21 22
 * Fix for a proper logout in the module ovirt_vms