1
0
mirror of https://github.com/golang/go synced 2024-09-23 23:10:13 -06:00

doc: add bufio.Reader.Discard to go1.5.txt

Change-Id: I315b338968cb1d9298664d181de44a691b325bb8
Reviewed-on: https://go-review.googlesource.com/2450
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Brad Fitzpatrick 2015-01-06 22:40:22 -08:00
parent ee2ecc4552
commit 3ef39472a8

View 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)