Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 1.49 KB

0.1.2 (February 16, 2021)

Fixed

  • block: fix harmless overflow in huffman table bit run length decoder (101960fd)

Improved

  • huffman: optimize HuffmanTree::decode (115c477d)
  • bitreader: implement CachedBitReader and use it for huffman decoding (99316d42) (74ffefc6)

Changed

  • cargo: enable the nightly feature of crc32fast when we are in nightly (6330fcee)

Documented

  • docs: fix Decoder intra-doc link (7c7025fa)

0.1.1 (January 31, 2021)

Added

  • fuzz: add initial fuzzing configuration (3f07135)

Fixed

  • decoder: avoid hanging DecoderReader when the supplied Read is empty (9d24208).

0.1.0 (January 30, 2021)

First public release.