docs: update Changelog; closes #417.

This commit is contained in:
David Wilson 2018-11-04 13:54:34 +00:00
parent 01e65d7865
commit 4ac9cdce7c
1 changed files with 2 additions and 1 deletions

View File

@ -213,7 +213,8 @@ Core Library
* `#406 <https://github.com/dw/mitogen/issues/406>`_: connections could leak * `#406 <https://github.com/dw/mitogen/issues/406>`_: connections could leak
FDs when a child process failed to start. FDs when a child process failed to start.
* `#406 <https://github.com/dw/mitogen/issues/406>`_: connections could leave * `#406 <https://github.com/dw/mitogen/issues/406>`_,
`#417 <https://github.com/dw/mitogen/issues/417>`_: connections could leave
FD wrapper objects that had not been closed lying around to be closed during FD wrapper objects that had not been closed lying around to be closed during
garbage collection, causing reused FD numbers to be closed at random moments. garbage collection, causing reused FD numbers to be closed at random moments.