Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-s authored Nov 14, 2019
1 parent 574b22f commit 58bfa8e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
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)

0 comments on commit 58bfa8e

Please sign in to comment.