Update CHANGELOG for date/time fix

This commit is contained in:
Chris Hennick 2023-05-01 10:56:02 -07:00
parent a1c7689d06
commit 00101013f3
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -83,6 +83,8 @@
- Calling `start_file` with invalid parameters no longer closes the `ZipWriter`.
- Attempting to write a 4GiB file without calling `FileOptions::large_file(true)` now removes the file from the archive
but does not close the `ZipWriter`.
- Attempting to write a file with an unrepresentable or invalid last-modified date will instead add it with a date of
1980-01-01 00:00:00.
### Added