Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 434 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 434 Bytes

0.4.0 (2020-06-28)

Features

  • core:
    • Switch from adler32 to adler crate (ad0f8fef)
    • Flag miniz_oxide as a #![no_std] library (7f5aedd7)

0.3.7 (2020-04-30)

Bug Fixes

  • deflate:
    • overflow panic with very large input buffer (f0b0e8fd)
    • compress_to_vec infinite loop (f3299c8e, closes #75)