From 9dd41cf47cf0d1fec7b043b2fae75a90704070d6 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 29 Mar 2018 17:34:29 -0700 Subject: [PATCH] Add changelog entry for jira py3 fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917f6cb8904..2751ec81d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -129,6 +129,8 @@ Ansible Changes By Release * Fix digital_ocean module unique_name parameter for a python3 bug: https://github.com/ansible/ansible/issues/37114 * Fix a Python3 bug in the vagrant dynamic inventory script: https://github.com/ansible/ansible/pull/37631 +* Fix python3 bug in the jira module: https://github.com/ansible/ansible/pull/33862 +