From a7eca5b55e66a13825175800ede8a65b41d45c5d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 4 Nov 2018 20:20:41 +0000 Subject: [PATCH] docs: update Changelog. --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) 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.