streamly v0.2.1 Release Notes

Release Date: 2018-06-01 // almost 6 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed a bug that caused some transformation ops to return incorrect results when used with concurrent streams. The affected ops are take, filter, takeWhile, drop, dropWhile, and reverse.