- Fix issue where adding data via an iterable to an unsized `ZipStream` wouldn't fully implement Zip64 extensions. This caused some versions of `7z` to emit warnings (but still properly extract the data).
1.3.4
- Fix issue where adding files with multibyte characters in the filename would lead to an incorrect zip size being calculated.
1.3.3
- Fix issue where directly adding an empty folder would give it the wrong name in the archive and lead to an incorrect zip size being calculated.
1.3.2
- Fix documentation issue caused by the import shuffling in v1.3.1 - Set external attributes (permissions, directory flag, etc) on data added to the `ZipStream` via `add()`
1.3.1
- Allow importing functionality from `zipstream.ng` as well as `zipstream` to avoid namespace collisions with other projects that provide a `zipstream` module.
1.3.0
- Add a `last_modified` property to `ZipStream` objects that returns a `datetime` of the most recent modified date of all the files in the stream.