Add py3 znode and maven_artifact fixes to the changelog

This commit is contained in:
Toshio Kuratomi 2018-03-05 18:50:23 -08:00
parent e0bc936b56
commit 612b99a217

View file

@ -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
<a id="2.4.3"></a>