From 1247d1fce69d6026a80802528df91e73076bb467 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 8 Sep 2018 19:20:19 +0100 Subject: [PATCH] docs: update changelog. --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 326f15d9..90d6256a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -156,6 +156,12 @@ 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.master.Context.call_async`, allowing overlapping chains of + function calls to be pipelined to a context, while cancelling the chain on + the first exception. + Thanks! ~~~~~~~