forked from allanlei/python-zipstream
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ChangeLog | ||
|
||
This file details the changes that were made after forking v1.1.4 from https://github.com/allanlei/python-zipstream. | ||
|
||
## v1.1.5 (2019-03-18) | ||
* Support Zip64 when compressing iterables and strings (https://github.com/allanlei/python-zipstream/pull/25) | ||
|
||
## v1.1.6 (2019-06-06) | ||
* Add partial flushing of ZipStreams (https://github.com/arjan-s/python-zipstream/pull/1) | ||
|
||
## v1.1.7 (2019-10-22) | ||
* Stream data in the order it was received (https://github.com/arjan-s/python-zipstream/pull/4) |