From e71cce777685f96223856d5e6cf506a9ea2ef3ff Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 8 Aug 2016 11:16:59 -0700 Subject: [PATCH] Add sync: poll fix to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81daebfe65..8f2e16ffe09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Ansible Changes By Release ## 2.1.2 "The Song Remains the Same" - ACTIVE DEVELOPMENT +###Minor Changes: +* Fix a bug with async's poll keyword not making use of ansible_python_interpreter to run (and thus breaking when /usr/bin/python is not present on the remote machine.) + ## 2.1.1 "The Song Remains the Same" - 07-28-2016 ###Minor Changes: