From: Brad Fitzpatrick Date: Tue, 20 Aug 2013 22:35:07 +0000 (-0700) Subject: doc: remove a insignificant line from go1.2.txt X-Git-Tag: go1.2rc2~473 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8738dd3ccef1a58b9759c4be1a279b8abe8424f4;p=gostls13.git doc: remove a insignificant line from go1.2.txt Not a user-visible API change. Just a minor garbage win in contrived cases. Also, the package is io/ioutil. R=golang-dev, r CC=golang-dev https://golang.org/cl/12987044 --- diff --git a/doc/go1.2.txt b/doc/go1.2.txt index c3883dd744..e23a579d5c 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -53,7 +53,6 @@ image/draw: added Drawer, FloydSteinberg and the op.Draw method (CL 10977043). image/draw: added Quantizer type (CL 11148043). image/gif: added Encode and EncodeAll (CL 10896043). io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044). -ioutil: add WriteString to Discard (CL 12580045). net: new build tag netgo for building a pure Go net package (CL 7100050). net/http: don't allow sending invalid cookie lines (CL 12204043). net/http: allow ReadResponse with nil *Request parameter (CL 9821043).