]> git.proxmox.com Git - rustc.git/blobdiff - vendor/adler/CHANGELOG.md
New upstream version 1.47.0~beta.2+dfsg1
[rustc.git] / vendor / adler / CHANGELOG.md
diff --git a/vendor/adler/CHANGELOG.md b/vendor/adler/CHANGELOG.md
new file mode 100644 (file)
index 0000000..f055938
--- /dev/null
@@ -0,0 +1,33 @@
+# Changelog
+
+## Unreleased
+
+No changes.
+
+## [0.2.3 - 2020-07-11](https://github.com/jonas-schievink/adler/releases/tag/v0.2.3)
+
+- Process 4 Bytes at a time, improving performance by up to 50% ([#2]).
+
+## [0.2.2 - 2020-06-27](https://github.com/jonas-schievink/adler/releases/tag/v0.2.2)
+
+- Bump MSRV to 1.31.0.
+
+## [0.2.1 - 2020-06-27](https://github.com/jonas-schievink/adler/releases/tag/v0.2.1)
+
+- Add a few `#[inline]` annotations to small functions.
+- Fix CI badge.
+- Allow integration into libstd.
+
+## [0.2.0 - 2020-06-27](https://github.com/jonas-schievink/adler/releases/tag/v0.2.0)
+
+- Support `#![no_std]` when using `default-features = false`.
+- Improve performance by around 7x.
+- Support Rust 1.8.0.
+- Improve API naming.
+
+## [0.1.0 - 2020-06-26](https://github.com/jonas-schievink/adler/releases/tag/v0.1.0)
+
+Initial release.
+
+
+[#2]: https://github.com/jonas-schievink/adler/pull/2