From: Brad Fitzpatrick Date: Thu, 1 Dec 2016 03:14:58 +0000 (+0000) Subject: doc: clarify zip behavior in go1.8.html X-Git-Tag: go1.8beta2~130 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=583b72dea1a887e235b9bb7e6db6902b89c1d266;p=gostls13.git doc: clarify zip behavior in go1.8.html Updates #17929 Change-Id: I03b8847384c6cd8c43fe8bf2d75cd26db7063b8b Reviewed-on: https://go-review.googlesource.com/33762 Reviewed-by: Joe Tsai --- diff --git a/doc/go1.8.html b/doc/go1.8.html index 471a9b967d..0c980b5434 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -627,11 +627,14 @@ Optimizations and bug fixes are not listed.

- The zip Reader now supports modification times in + The + Reader + now supports modification times in the NTFS, UNIX, and Extended Time Stamp metadata fields. - When writing zip files, the Extended Time Stamp field is written - for files with non-zero modification times. + The + Writer + now writes Extended Time Stamp fields.