From 17c5bd26e1373a0fda89b6b1957a81479c2de32d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 26 Jul 2018 11:43:17 -0700 Subject: [PATCH] Update changelog. --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8d9a17ed..f55ab6d8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -41,6 +41,12 @@ Mitogen for Ansible network device connections, however it should still be possible to use device connections while Mitogen is active. +* `#300 `_: an exception could appear + on OS X during shutdown due to scheduling pending Kevent filter changes for + file descriptors that have already been closed before the IO loop resumes. As + a temporary workaround, Mitogen does not make use of Kevent's bulk change + feature. + * `#301 `_: variables like ``$HOME`` in the ``remote_tmp`` setting are evaluated correctly.