From 020482e5540a94b4d1896060e4124a0fec06f9e3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 9 Sep 2018 18:52:50 +0100 Subject: [PATCH] dosc: update changelog --- docs/changelog.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 44480118..46d44f62 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -161,11 +161,9 @@ Core Library listener no longer crashes if the peer process disappears in the middle of connection setup. -* `5adae88d `_ a new - `mitogen_chain` keyword argument is accepted by - :meth:`mitogen.parent.Context.call_async`, allowing overlapping chains of - function calls to be pipelined to a context, while cancelling the chain on - the first exception. +* A new :class:`mitogen.parent.CallChain` class abstracts safe pipelining of + overlapping chains of unrelated function calls to a target context, + cancelling the chain if an exception occurs. Thanks!