From f9e16d7072d7c77648cb70bb28bc65ea19dac6d5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 6 Nov 2017 09:23:17 -0800 Subject: [PATCH] Added urls python3 fix to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acfdf10b475..c7c97e3c03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -136,6 +136,8 @@ Ansible Changes By Release (https://github.com/ansible/ansible/pull/31829) * Fix locale when screen scraping in the yum module (https://github.com/ansible/ansible/pull/32203) +* Fix for validating proxy results on Python3 for modules making http requests: + (https://github.com/ansible/ansible/pull/32596)