]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add bufio.Reader.Discard to go1.5.txt
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 7 Jan 2015 06:40:22 +0000 (22:40 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 7 Jan 2015 06:41:35 +0000 (06:41 +0000)
Change-Id: I315b338968cb1d9298664d181de44a691b325bb8
Reviewed-on: https://go-review.googlesource.com/2450
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.5.txt

index b2dce7f06a5e711a92917a0e6325b1a3ca61bd74..0d52b9d4da312b31050311575ab16edc1c36e71b 100644 (file)
@@ -1,5 +1,6 @@
 API additions and behavior changes:
 
+bufio: add Reader.Discard (https://golang.org/cl/2260)
 crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754)
 crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791)
 encoding/base64: add unpadded encodings (https://golang.org/cl/1511)