issue #406: update Changelog.

This commit is contained in:
David Wilson 2018-11-02 17:05:22 +00:00
parent d1c2e7a834
commit 4230a93557
1 changed files with 4 additions and 0 deletions

View File

@ -206,6 +206,10 @@ Core Library
sender. This ensures function calls exceeding the configured maximum size
crash rather than hang.
* `#406 <https://github.com/dw/mitogen/issues/406>`_:
:class:`mitogen.core.Broker` did not call :meth:`mitogen.core.Poller.close`
during shutdown, leaking the underlying poller FD in masters and parents.
* `#411 <https://github.com/dw/mitogen/issues/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