From 95f043c199f13e73dae3c2d679fe84ebf44de4c9 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 29 Mar 2018 17:33:11 -0700 Subject: [PATCH] Add vagrant dyn inv fix to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52b33f4da5..917f6cb8904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,7 +128,7 @@ Ansible Changes By Release git repository on python3 https://github.com/ansible/ansible/issues/36962 * 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