github.com/zach-klippenstein/go@v0.0.0-20150108044943-fcfbeb3adf58/doc/go1.5.txt (about)

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