Browse code

Add urls.py w/ proxy fix to changelog

Toshio Kuratomi authored on 2017/09/30 06:36:23
Showing 1 changed files
... ...
@@ -19,6 +19,7 @@ Ansible Changes By Release
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 21
   * Fix map doesn't return a list on python3 in ec2_snapshot_facts module (https://github.com/ansible/ansible/pull/30606)
22
+  * Fix uri (and other url retrieving) modules when used with a proxy. (https://github.com/ansible/ansible/issues/31109)
22 23
 * Fix for win_file to respect check mode when deleting directories
23 24
 * Fix for Ansible.ModuleUtils.Legacy.psm1 to return list params correctly
24 25
 * Fix for a proper logout in the module ovirt_vms