From cf557f0dc1867c81673b4bb34290c3201cc75f76 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 29 Mar 2018 15:13:05 -0700 Subject: [PATCH] Add csvfile py3 fix to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5d11b20d7..88576467731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -122,6 +122,7 @@ Ansible Changes By Release * Fix output of the interfaces_file module: https://github.com/ansible/ansible/pull/37818/files * Fix haproxy traceback on Python 3 https://github.com/ansible/ansible/pull/35176 +* Fix the csvfile lookup plugin for python3 tracebacks: https://github.com/ansible/ansible/pull/37665