From 00101013f3f9c33aecca8f9f20b9a06a236e7e98 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 1 May 2023 10:56:02 -0700 Subject: [PATCH] Update CHANGELOG for date/time fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8dae202..14d7d221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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