v2.7.44
What's Changed
- fixed
ZipReaderStream
example in the documentation by @jespertheend in #510 - fixed typo by @AbdullahSohail-SE in #511
- fixed a minor issue when creating a zip file that led to the use of the zip64 format when it wasn't necessary, in the particular case where zip specification limits were reached (e.g. 65335 files in the archive) but not exceeded.
- the default value of
Entry#filename
andEntry#comment
will be used ifencodeText
/decodeText
functions returnundefined
values (see #507)
New Contributors
- @jespertheend made their first contribution in #510
- @AbdullahSohail-SE made their first contribution in #511
Full Changelog: v2.7.43...v2.7.44