diff --git a/docs/changelog.rst b/docs/changelog.rst index c1fe401e..96a4fedc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -37,14 +37,14 @@ Fixes ^^^^^ * `#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`. + 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. + 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 @@ -56,11 +56,10 @@ Core Library every stream that ever communicated with a disappearing peer, rather than simply toward parents. - Conversations between nodes in any level of the connection tree should - correctly receive ``DEL_ROUTE`` messages when a participant disconnects, - allowing receivers to be woken with :class:`mitogen.core.ChannelError` to - signal the connection has broken, even when one participant is not a parent - of the other. + Conversations between nodes in any level of the tree receive ``DEL_ROUTE`` + messages when a participant disconnects, allowing receivers to be woken with + :class:`mitogen.core.ChannelError` to signal the connection has broken, even + when one participant is not a parent of the other. * `#405 `_: if a message is rejected due to being too large, and it has a ``reply_to`` set, a dead message is @@ -68,9 +67,9 @@ Core Library maximum size crash rather than hang. * `#411 `_: the SSH method typed - "``y``" rather than the requisite "``yes``" when `check_host_keys="accept"` - was configured. This would lead to connection timeouts due to the hung - response. + "``y``" rather than the requisite "``yes``" when `check_host_keys="accept"` + was configured. This would lead to connection timeouts due to the hung + response. * `16ca111e `_: handle OpenSSH 7.5 permission denied prompts when ``~/.ssh/config`` rewrites are present.