|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +--- |
| 6 | +## [2.0.1](https://github.com/Frommi/miniz_oxide/compare/2.0.0..2.0.1) - 2025-06-09 |
| 7 | + |
| 8 | +### Other |
| 9 | + |
| 10 | +- Remove `compiler-builtins` from `rustc-dep-of-std` dependencies - ([7cdbd39](https://github.com/Frommi/miniz_oxide/commit/7cdbd3925a7f61cc075f44367b5d383861571b0a)) - Trevor Gross |
| 11 | + |
| 12 | +--- |
| 13 | +## [2.0.0](https://github.com/Frommi/miniz_oxide/compare/1.0.2..2.0.0) - 2024-08-04 |
| 14 | + |
| 15 | +First release of adler2 - fork of adler crate as the original is unmaintained and archived |
| 16 | + |
| 17 | +##### Changes since last version of Adler: |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +- **(core)** change to rust 2021 edition, update repository info and links, update author info - ([867b115](https://github.com/Frommi/miniz_oxide/commit/867b115bad79bf62098f2acccc81bf53ec5a125d)) - oyvindln |
| 22 | +- **(core)** simplify some code and fix benches - ([128fb9c](https://github.com/Frommi/miniz_oxide/commit/128fb9cb6cad5c3a54fb0b6c68549d80b79a1fe0)) - oyvindln |
| 23 | + |
| 24 | +### Changelog of original adler crate |
| 25 | + |
| 26 | +--- |
| 27 | + |
| 28 | +## [1.0.2 - 2021-02-26](https://github.com/jonas-schievink/adler/releases/tag/v1.0.2) |
| 29 | + |
| 30 | +- Fix doctest on big-endian systems ([#9]). |
| 31 | + |
| 32 | +[#9]: https://github.com/jonas-schievink/adler/pull/9 |
| 33 | + |
| 34 | +## [1.0.1 - 2020-11-08](https://github.com/jonas-schievink/adler/releases/tag/v1.0.1) |
| 35 | + |
| 36 | +### Fixes |
| 37 | + |
| 38 | +- Fix documentation on docs.rs. |
| 39 | + |
| 40 | +## [1.0.0 - 2020-11-08](https://github.com/jonas-schievink/adler/releases/tag/v1.0.0) |
| 41 | + |
| 42 | +### Fixes |
| 43 | + |
| 44 | +- Fix `cargo test --no-default-features` ([#5]). |
| 45 | + |
| 46 | +### Improvements |
| 47 | + |
| 48 | +- Extended and clarified documentation. |
| 49 | +- Added more rustdoc examples. |
| 50 | +- Extended CI to test the crate with `--no-default-features`. |
| 51 | + |
| 52 | +### Breaking Changes |
| 53 | + |
| 54 | +- `adler32_reader` now takes its generic argument by value instead of as a `&mut`. |
| 55 | +- Renamed `adler32_reader` to `adler32`. |
| 56 | + |
| 57 | +## [0.2.3 - 2020-07-11](https://github.com/jonas-schievink/adler/releases/tag/v0.2.3) |
| 58 | + |
| 59 | +- Process 4 Bytes at a time, improving performance by up to 50% ([#2]). |
| 60 | + |
| 61 | +## [0.2.2 - 2020-06-27](https://github.com/jonas-schievink/adler/releases/tag/v0.2.2) |
| 62 | + |
| 63 | +- Bump MSRV to 1.31.0. |
| 64 | + |
| 65 | +## [0.2.1 - 2020-06-27](https://github.com/jonas-schievink/adler/releases/tag/v0.2.1) |
| 66 | + |
| 67 | +- Add a few `#[inline]` annotations to small functions. |
| 68 | +- Fix CI badge. |
| 69 | +- Allow integration into libstd. |
| 70 | + |
| 71 | +## [0.2.0 - 2020-06-27](https://github.com/jonas-schievink/adler/releases/tag/v0.2.0) |
| 72 | + |
| 73 | +- Support `#![no_std]` when using `default-features = false`. |
| 74 | +- Improve performance by around 7x. |
| 75 | +- Support Rust 1.8.0. |
| 76 | +- Improve API naming. |
| 77 | + |
| 78 | +## [0.1.0 - 2020-06-26](https://github.com/jonas-schievink/adler/releases/tag/v0.1.0) |
| 79 | + |
| 80 | +Initial release. |
| 81 | + |
| 82 | + |
| 83 | +[#2]: https://github.com/jonas-schievink/adler/pull/2 |
| 84 | +[#5]: https://github.com/jonas-schievink/adler/pull/5 |
0 commit comments