issue #420: update Changelog.

This commit is contained in:
David Wilson 2018-11-05 14:31:11 +00:00
parent 50241a922f
commit 905fbe7cbb
1 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,11 @@ Fixes
* `#410 <https://github.com/dw/mitogen/issues/410>`_: the sudo method supports
the SELinux ``--type`` and ``--role`` options.
* `#420 <https://github.com/dw/mitogen/issues/420>`_: if a :class:`Connection`
was constructed in the Ansible top-level process, for example while executing
``meta: reset_connection``, resources could become undesirably shared in
subsequent children.
Core Library
~~~~~~~~~~~~