docs: update Changelog

issue260
David Wilson 6 years ago
parent 96f000c5ea
commit 766dce9a59

@ -36,6 +36,17 @@ Enhancements
Fixes
^^^^^
* `#334 <https://github.com/dw/mitogen/issues/334>`_: the SSH method
tilde-expands private key paths using Ansible's logic. Previously Mitogen
passed the path unmodified to SSH, which would expand it using
:func:`os.getpwent`.
This differs from :func:`os.path.expanduser`, which prefers the ``HOME``
environment variable if it is set, causing behaviour to diverge when Ansible
was invoked using sudo without appropriate flags to cause the ``HOME``
environment variable to be reset to match the target account.
Core Library
~~~~~~~~~~~~
@ -68,6 +79,14 @@ Core Library
:meth:`mitogen.core.Broker.defer_sync` utility function is provided.
Thanks!
~~~~~~~
Mitogen would not be possible without the support of users. A huge thanks for
bug reports, features and fixes in this release contributed by
`Guy Knights <https://github.com/knightsg>`_.
v0.2.3 (2018-10-23)
-------------------

Loading…
Cancel
Save