diff --git a/NEWS.md b/NEWS.md index 935145e99..201df5a8f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ * Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64. * Allow bytes from 0x00-0x1F as UTF-8. * Add new error code `ZIP_ER_TRUNCATED_ZIP` for files that start with a valid local header signature. +* `zipcmp`: add `-T` option for comparing timestamps # 1.10.1 [2023-08-23]