docs: update changelog.

This commit is contained in:
David Wilson 2018-09-08 19:20:19 +01:00
parent 42b1b3d286
commit 1247d1fce6
1 changed files with 6 additions and 0 deletions

View File

@ -156,6 +156,12 @@ Core Library
listener no longer crashes if the peer process disappears in the middle of
connection setup.
* `5adae88d <https://github.com/dw/mitogen/commit/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!
~~~~~~~