From 28aa8b3b278c173163cf68b6781f5059deedc182 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 17 Feb 2019 01:44:46 +0000 Subject: [PATCH] issue #535: docs: update Changelog. --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 157ed902..8a01c033 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -151,6 +151,11 @@ Core Library * `ca63c26e `_: :meth:`mitogen.core.Latch.put`'s `obj` argument was made optional. +* `2c921fea `_: to support + function calls on a service pool from another thread, + :class:`mitogen.select.Select` additionally permits waiting on + :class:`mitogen.core.Latch`. + Thanks! ~~~~~~~