cheep-crator-2/vendor/deflate/changelog.md

2.1 KiB

1.0.0 (2021-11-10)

  • This release does not add any new features or change the API, only some minor refactor and doc fixes. It's mainly for indicating crate stability.

Bug Fixes

  • fix warnings from rustc and clippy, update dependencies (a5fcb05e)
  • Fix test data location and capitalize Rust, update various links, see pr #53 (thanks @atouchet) (34fecd18)

0.9.1 (2021-03-24)

Bug Fixes

  • Fix gzip feature that was broken in 0.9 (thanks @oheralla) (49ac5cfe)

0.9.0 (2021-01-21)

Bug Fixes

  • Use std functions instead of byteorder (bumps minimum version to 1.32.0 (d217fbd9)

0.8.6 (2020-07-06)

Bug Fixes

  • try to fix issues with sync flush behaviour (6c97e514, closes #48)
  • add #!forbid(unsafe_code) to crate root (fcbe4206)

0.8.5 (2020-07-04)

Bug Fixes

  • Avoid infinitely looping on sync flush with short buffer writers (99a1a75f, closes #47)
  • Remove unsafe in write_length_rle (77227c8b, closes #46)

0.8.4 (2020-04-04)

Bug Fixes

  • Fix block size counter bug #44 (probably introduced in 1b70be) that triggered a debug assertion and that could possibly in theory cause stored block to start at the wrong input position at a block split with low entropy data followed by uncompressible data.