Browse code

Add ec2_snapshot_facts fix for python3 to changelog

Toshio Kuratomi authored on 2017/09/28 12:44:36
Showing 1 changed files
... ...
@@ -18,6 +18,7 @@ Ansible Changes By Release
18 18
   * Fix missing urllib in iam_policy
19 19
   * Fix crypttab module for bytes<=>text string mismatch ( https://github.com/ansible/ansible/pull/30457 )
20 20
   * Fix lxc_container module combining bytes with text ( https://github.com/ansible/ansible/pull/30572 )
21
+  * Fix map doesn't return a list on python3 in ec2_snapshot_facts module (https://github.com/ansible/ansible/pull/30606)
21 22
 * Fix for win_file to respect check mode when deleting directories
22 23
 * Fix for Ansible.ModuleUtils.Legacy.psm1 to return list params correctly
23 24
 * Fix for a proper logout in the module ovirt_vms