From 237cd449324cc6a1bb6f4dae2470bde2387ca6ae Mon Sep 17 00:00:00 2001 From: konsti Date: Thu, 19 Sep 2024 13:07:47 +0200 Subject: [PATCH] Start a changelog (#20) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..39c1dac --- /dev/null +++ b/Changelog.md @@ -0,0 +1,5 @@ +# Changelog + +## 0.6.3 + +- Disable `bzip2` and `time` feature of the `zip` crate by default. `bzip2` support was already behind a feature, and `time` was unused.