diff --git a/docs/changelog.rst b/docs/changelog.rst index 46d44f62..818242ca 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -162,7 +162,7 @@ Core Library connection setup. * A new :class:`mitogen.parent.CallChain` class abstracts safe pipelining of - overlapping chains of unrelated function calls to a target context, + overlapping chains of related function calls to a target context, cancelling the chain if an exception occurs.