Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 614 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 614 Bytes

ChangeLog

This file details the changes that were made after forking v1.1.4 from https://github.com/allanlei/python-zipstream.

v1.1.8 (2020-09-14)

  • New datetime parameter in write_iter (arjan-s#8)

v1.1.7 (2019-10-22)

  • Stream data in the order it was received (arjan-s#4)

v1.1.6 (2019-06-06)

  • Add partial flushing of ZipStreams (arjan-s#1)

v1.1.5 (2019-03-18)

  • Support Zip64 when compressing iterables and strings (allanlei#25)