mirror of
https://github.com/golang/go
synced 2024-11-19 01:34:40 -07:00
3ef39472a8
Change-Id: I315b338968cb1d9298664d181de44a691b325bb8 Reviewed-on: https://go-review.googlesource.com/2450 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
14 lines
617 B
Plaintext
14 lines
617 B
Plaintext
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)
|
|
net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157)
|
|
net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
|
|
|
|
|
|
Performance:
|
|
|
|
strconv: optimize decimal to string conversion (https://golang.org/cl/2105)
|