]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add net/smtp TLSConnectionState note in go1.5.txt
authorBrad Fitzpatrick <brad@danga.com>
Sun, 28 Dec 2014 21:37:44 +0000 (13:37 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 28 Dec 2014 21:38:54 +0000 (21:38 +0000)
Change-Id: Ia18f6ed0fa38dac297fc5fe1ca56e38ec37518ef
Reviewed-on: https://go-review.googlesource.com/2152
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.5.txt

index 01226cfffde27db44eb7308edd1bfd4ed8d4cfdd..0c06efa08fd13e491f3f2ec20d74e2778e00740a 100644 (file)
@@ -1,3 +1,4 @@
 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/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)