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.