]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.txt: add support for ALPN
authorMikio Hara <mikioh.mikioh@gmail.com>
Thu, 7 Aug 2014 00:28:49 +0000 (09:28 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 7 Aug 2014 00:28:49 +0000 (09:28 +0900)
LGTM=minux
R=r, agl, minux
CC=golang-codereviews
https://golang.org/cl/121340043

doc/go1.4.txt

index 3ea1ca3c52adf52969029112dc1cd27c64890de7..20d2a6b7ed4026de80e4bd004e0e7fa7a6430320 100644 (file)
@@ -7,6 +7,7 @@ Please keep the list sorted (as in sort.Strings of the lines).
 
 spec: permit for range x (CL 104680043)
 
+crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)
 encoding/gob: remove unsafe (CL 102680045)
 misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)
 os: implement symlink support for windows (CL 86160044)