2015-01-02 15:35:55 -07:00
|
|
|
API additions and behavior changes:
|
|
|
|
|
2014-12-26 14:00:49 -07:00
|
|
|
crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754)
|
2014-12-18 19:47:12 -07:00
|
|
|
crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791)
|
2014-12-22 10:32:34 -07:00
|
|
|
encoding/base64: add unpadded encodings (https://golang.org/cl/1511)
|
2014-12-30 11:01:49 -07:00
|
|
|
net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157)
|
2014-12-28 14:37:44 -07:00
|
|
|
net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
|
2015-01-02 15:35:55 -07:00
|
|
|
|
|
|
|
|
|
|
|
Performance:
|
|
|
|
|
|
|
|
strconv: optimize decimal to string conversion (https://golang.org/cl/2105)
|