From 612b99a21738b2cf872a33614d53935e521e93fa Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 5 Mar 2018 18:50:23 -0800 Subject: [PATCH] Add py3 znode and maven_artifact fixes to the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd301b330b..979cd44f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,6 +95,9 @@ Ansible Changes By Release * Fix credentials for Ansible Tower modules to work with v1 and v2 of the API (https://github.com/ansible/ansible/pull/36587) (https://github.com/ansible/ansible/pull/36662) +* Python3 fixes: + * Fix for the znode zookeeper module: https://github.com/ansible/ansible/pull/36999 + * Fix for the maven_artifact module: https://github.com/ansible/ansible/pull/37035