From 353ee32f8846defc1cea6e08a351efadc1169dc2 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 13 Jan 2016 21:13:02 -0500 Subject: [PATCH] doc: document archive/tar changes Fixes #13647. Change-Id: I28df7ade9b5abd79ce6b9c3d14ceaa988e86fc01 Reviewed-on: https://go-review.googlesource.com/18642 Run-TryBot: Russ Cox TryBot-Result: Gobot Gobot Reviewed-by: Andrew Gerrand --- doc/go1.6.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/go1.6.html b/doc/go1.6.html index c88271bdcc..61b2449dad 100644 --- a/doc/go1.6.html +++ b/doc/go1.6.html @@ -471,6 +471,16 @@ and "page" blocks to reuse the formatting for another page.
    +
  • +The archive/tar package's +implementation corrects many bugs in rare corner cases of the file format. +One visible change is that the +Reader type's +Read method +now presents the content of special file types as being empty, +returning io.EOF immediately. +
  • +
  • In the archive/zip package, the Reader type now has a -- 2.50.0