Highlights
A while ago a bug was reported in zlib-rs #459, which turned out to also exist in zlib-ng. zlib-ng has now fixed the bug and made a new release, and we're following suit here. This fix can change the output of compression slightly.
What's Changed
- gate tests on features they use by @alexanderkjall in #475
- the zalloc_rust and zalloc_rust_calloc functions are behind the rust-allocator feature by @alexanderkjall in #476
- add test for deterministic deflate output by @folkertdev in #461
- fix compilation errors for 'cargo test --all-features' by @alexanderkjall in #477
- Run all the gz tests when building on macOS by @brian-pane in #479
- ensure that
all-featuresand--no-default-featuresbuilds by @folkertdev in #480
New Contributors
- @alexanderkjall made their first contribution in #475
Full Changelog: v0.6.2...v0.6.3