docs: update changelog.

This commit is contained in:
David Wilson 2018-09-08 22:19:37 +01:00
parent 66142e7d75
commit 1bf9b2c1a3
1 changed files with 5 additions and 0 deletions

View File

@ -108,6 +108,11 @@ Fixes
yes`` option is no longer supplied to OpenSSH by default, better matching
Ansible's behaviour.
* `#355 <https://github.com/dw/mitogen/issues/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.