1
0
mirror of https://github.com/golang/go synced 2024-11-26 20:11:26 -07:00

doc/go1.4.txt: add support for ALPN

LGTM=minux
R=r, agl, minux
CC=golang-codereviews
https://golang.org/cl/121340043
This commit is contained in:
Mikio Hara 2014-08-07 09:28:49 +09:00
parent 7ce3406c8f
commit cdf7767628

View 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)