We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574b22f commit 58bfa8eCopy full SHA for 58bfa8e
1 file changed
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# ChangeLog
2
+
3
+This file details the changes that were made after forking v1.1.4 from https://github.com/allanlei/python-zipstream.
4
5
+## v1.1.5 (2019-03-18)
6
+* Support Zip64 when compressing iterables and strings (https://github.com/allanlei/python-zipstream/pull/25)
7
8
+## v1.1.6 (2019-06-06)
9
+* Add partial flushing of ZipStreams (https://github.com/arjan-s/python-zipstream/pull/1)
10
11
+## v1.1.7 (2019-10-22)
12
+* Stream data in the order it was received (https://github.com/arjan-s/python-zipstream/pull/4)
0 commit comments