diff --git a/docs/changelog.rst b/docs/changelog.rst index 93c21370..bb1974a8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -235,6 +235,11 @@ Core Library was leaked on every RPC, due to a list of strong references keeping alive any handler ever registered for disconnect notification. +* `#418 `_: the + :func:`mitogen.parent.iter_read` helper would leak poller FDs, because + execution of its :keyword:`finally` block was delayed on Python 3. Now + callers explicitly close the generator when finished. + * `16ca111e `_: handle OpenSSH 7.5 permission denied prompts when ``~/.ssh/config`` rewrites are present.