summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-03-29 17:34:29 -0700
committerToshio Kuratomi <a.badger@gmail.com>2018-03-29 17:34:29 -0700
commit9dd41cf47cf0d1fec7b043b2fae75a90704070d6 (patch)
treeba578c1374079cee5f53245cf8b829291212e00e
parent07ab4a9d2031aefc406b1eaa207a499b17830cdb (diff)
downloadansible-9dd41cf47cf0d1fec7b043b2fae75a90704070d6.tar.gz
Add changelog entry for jira py3 fix
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 917f6cb890..2751ec81d0 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
+
<a id="2.4.3"></a>