Changelog of @hackage/bitstream 0.2.0.1

== bitstream-0.2.0.1 / 2011-08-26

  • bugfix: build failure on GHC 7.2.1

== bitstream-0.2 / 2011-07-08

  • bugfix: Make stream fusion actually work
  • Implement fromBits / toBits
  • Strict Bitstreams' bit length should only be a hint, just like stream size.
  • Strict Bitstream should keep bit-length maintained
  • Strict bitstrems should use unstreamPackets instead of hand-written unfoldr-based unstreamers.