From 54ea0cf08b6bf03c46dd75eb3451c82d69cd1d86 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 19 Sep 2024 13:06:06 +0200 Subject: [PATCH] Start a changelog --- 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.