diff --git a/docs/changelog.rst b/docs/changelog.rst index 0ae70a39..3c081d3e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -219,7 +219,8 @@ Core Library * `#406 `_: connections could leak FDs when a child process failed to start. -* `#406 `_, +* `#288 `_, + `#406 `_, `#417 `_: connections could leave 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.