diff --git a/docs/changelog.rst b/docs/changelog.rst index 5405f209..d9746375 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -206,6 +206,10 @@ Core Library sender. This ensures function calls exceeding the configured maximum size crash rather than hang. +* `#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 `_: 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