Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Feb 1, 2018
1 parent 175f759 commit 88efa90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ v1.3.0
returning ``None`` or an empty iterable instead of blocking indefinitely.
See `issue #8 <https://github.com/maxfischer2781/chainlet/issues/8>`_ for details.

* Added ``chainlet.dispatch(iterable)`` to ``send`` an entire stream slice at once.
This allows for internal lazy and concurrent evaluation.

* Deprecated the use of external linkers in favour of operator+constructor.

* Linking to chains ignores elements which are ``False`` in a boolean sense, e.g. an empty ``CompoundLink``.
Expand Down

0 comments on commit 88efa90

Please sign in to comment.