Skip to content

Commit

Permalink
doc: clarify zip behavior in go1.8.html
Browse files Browse the repository at this point in the history
Updates #17929

Change-Id: I03b8847384c6cd8c43fe8bf2d75cd26db7063b8b
Reviewed-on: https://go-review.googlesource.com/33762
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
  • Loading branch information
bradfitz committed Dec 1, 2016
1 parent 85bcf7f commit 583b72d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/go1.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,11 +627,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
<dd>

<p> <!-- CL 18274 -->
The zip <code>Reader</code> now supports modification times in
The
<a href="/pkg/archive/zip/#Reader"><code>Reader</code></a>
now supports modification times in
the NTFS, UNIX, and Extended Time Stamp metadata fields.
<!-- CL 30811 -->
When writing zip files, the Extended Time Stamp field is written
for files with non-zero modification times.
The
<a href="/pkg/archive/zip/#Writer"><code>Writer</code></a>
now writes Extended Time Stamp fields.
</p>

</dd>
Expand Down

0 comments on commit 583b72d

Please sign in to comment.