From 2cde51ea631cd0a67bcdadaa01065cdbfeb6a571 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 14 Feb 2019 12:54:09 +0000 Subject: [PATCH] docs: update Changelog; closes #542. --- docs/changelog.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f7ecadbd..887a9e85 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -125,6 +125,26 @@ Core Library series. +v0.2.6 (2019-02-??) +------------------- + +Fixes +~~~~~ + +* `#542 `_: some versions of OS X + ship a default Python that does not support :func:`select.poll`. Restore the + 0.2.3 behaviour of defaulting to Kqueue in this case, but still prefer + :func:`select.poll` if it is available. + + +Thanks! +~~~~~~~ + +Mitogen would not be possible without the support of users. A huge thanks for +bug reports, testing, features and fixes in this release contributed by +`Petr Enkov `_. + + v0.2.5 (2019-02-14) -------------------