This file details the changes that were made after forking v1.1.4 from https://github.com/allanlei/python-zipstream.
- New datetime parameter in write_iter (#8)
- Stream data in the order it was received (#4)
- Add partial flushing of ZipStreams (#1)
- Support Zip64 when compressing iterables and strings (allanlei#25)