From 3c55571fe2ade7268a7ae338f43ce33d07cff858 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 26 Jul 2018 18:39:22 -0700 Subject: [PATCH] docs: update changelog --- docs/changelog.rst | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6726aa9f..fae40798 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -41,16 +41,10 @@ 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. -* `#303 `_: the ``doas`` become method +* `#303 `_: the :ref:`doas` become method is supported. Contributed by `Mike Walker `_. @@ -69,10 +63,16 @@ Core Library ~~~~~~~~~~~~ * `#291 `_: the ``python_path`` - paramater may specify an argument vector prefix rather than a single string - program path. + parameter may specify an argument vector prefix rather than a string program + path. + +* `#300 `_: the broker could crash on + OS X during shutdown due to scheduled `kqueue + `_ filter changes for + descriptors that were closed before the IO loop resumes. As a temporary + workaround, kqueue's bulk change feature is not used. -* `#303 `_: the ``doas`` become method +* `#303 `_: the :ref:`doas` become method is now supported. Contributed by `Mike Walker `_. @@ -92,14 +92,18 @@ Thanks! Mitogen would not be possible without the support of users. A huge thanks for the bug reports and pull requests in this release contributed by -`Frances Albanese `_, -`Mark Janssen `_, +`Alex Russu `_, `Ayaz Ahmed Khan `_, `Colin McCarthy `_, `Dan Quackenbush `_, -`Alex Russu `_, -`Josh Smift `_, and -`Mike Walker `_. +`Duane Zamrok `_, +`Frances Albanese `_, +`Gonzalo Servat `_, +`Josh Smift `_, +`Mark Janssen `_, +`Mike Walker `_, +`Tawana Musewe `_, and +`Zach Swanson `_. v0.2.1 (2018-07-10)