From 9b36fb2d91328cdd7b1920b585d2fdab6bf562b5 Mon Sep 17 00:00:00 2001 From: Toomas Romer Date: Fri, 28 Oct 2016 10:30:03 +0300 Subject: [PATCH] Updated changelog for the upcoming 2.0 release --- Changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.txt b/Changelog.txt index 723d68a..5f0e6db 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -2,6 +2,14 @@ ZT Zip Changelog ******************************************** +2.0 + +* Added user configurable compression level to packEntries() +* Added more overloaded methods to the pack() method for convenience +* Clarified compressionLevel vs compressionMethod +* Bumped embedded Apache Commons from 1.4 to 2.2 + + 1.9 * Bumped minimal supported Java version to Java 5