diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cac211a82..e208adf0ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,9 @@ Ansible Changes By Release (https://github.com/ansible/ansible/issues/36057) * Improve performance and recursion depth in include_role (https://github.com/ansible/ansible/pull/36470) +* Fix using ansible_*_interpreter on Python3 with non-new-style modules + (old-style ansible python modules, modules written in another language, etc) + https://github.com/ansible/ansible/pull/36541