- Fixed mis-orderings when joining streams that produce
Pending
, introduced in 0.1.3. - Added a
Clone
bound onJoinMultiple
, which is needed to avoid producingPending
in some cases where it is possible to return an item produced by another stream later in the iteration. - Added
impl<S:OrderedStream> OrderedStream for Option<S>
.