github.com/yanyiwu/go@v0.0.0-20150106053140-03d6637dbb7f/doc/go1.5.txt (about)

     1  API additions and behavior changes:
     2  
     3  crypto/cipher: clarify what will happen if len(src) != len(dst) for the Stream interface. (https://golang.org/cl/1754)
     4  crypto/tls: change default minimum version to TLS 1.0. (https://golang.org/cl/1791)
     5  encoding/base64: add unpadded encodings (https://golang.org/cl/1511)
     6  net/http: support for setting trailers from a server Handler (https://golang.org/cl/2157)
     7  net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
     8  
     9  
    10  Performance:
    11  
    12  strconv: optimize decimal to string conversion (https://golang.org/cl/2105)