Add ec2_snapshot_facts fix for python3 to changelog

This commit is contained in:
Toshio Kuratomi 2017-09-27 20:44:36 -07:00
parent 1a3285b8a1
commit 1528a7ca60

View file

@ -18,6 +18,7 @@ Ansible Changes By Release
* Fix missing urllib in iam_policy
* Fix crypttab module for bytes<=>text string mismatch ( https://github.com/ansible/ansible/pull/30457 )
* Fix lxc_container module combining bytes with text ( https://github.com/ansible/ansible/pull/30572 )
* Fix map doesn't return a list on python3 in ec2_snapshot_facts module (https://github.com/ansible/ansible/pull/30606)
* 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