From 4528313a48720cc8c1ee27d16c81b05f3b37472c Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 18 Oct 2017 15:00:55 -0700 Subject: [PATCH] Add python3 urllib fixes to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3084f1669b2..09d86314708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Ansible Changes By Release * Keep hosts in play vars if inside of a rescue task (https://github.com/ansible/ansible/pull/31710) * Fix wait_for module to treat broken connections as unready so that the connection continues to be retried: https://github.com/ansible/ansible/pull/28839 +* Python3 fixes: + * windows_azure, clc_firewall_policy, and ce_template modules fixed for imports of urllib which changed between Python2 and Python3 + * lookup plugin for consul_kv.py fixed for imports of urllib