From c119ae8f6613eb021e6240580a11669a6f34e983 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 17 Feb 2019 21:50:44 +0000 Subject: [PATCH] issue #535: docs: update Changelog --- docs/changelog.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8a01c033..cd46380c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -148,13 +148,17 @@ Fixes Core Library ~~~~~~~~~~~~ +* `#535 `_: to support function calls + on a service pool from another thread, :class:`mitogen.select.Select` + additionally permits waiting on :class:`mitogen.core.Latch`. + +* `#535 `_: + :class:`mitogen.service.Pool.defer` allows any function to be enqueued for + the thread pool from another thread. + * `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!