diff --git a/docs/changelog.rst b/docs/changelog.rst index 57a7029b..44480118 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -108,6 +108,11 @@ Fixes yes`` option is no longer supplied to OpenSSH by default, better matching Ansible's behaviour. +* `#355 `_: tasks configured to run + in an isolated forked subprocess were being forked from the wrong parent + context. This meant built-in modules overridden via a custom ``module_utils`` + search path may not have had any effect. + * A missing check caused an exception traceback to appear when using the ``ansible`` command-line tool with a missing or misspelled module name.