- Fixed mis-orderings when joining streams that produce
Pending, introduced in 0.1.3. - Added a
Clonebound onJoinMultiple, which is needed to avoid producingPendingin 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>.