summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2014-08-07 09:28:49 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2014-08-07 09:28:49 +0900
commit94a81ba6965c96f7d114b4d358afee8f8986b711 (patch)
tree4055ea8cc1057dc9e7415435217d73229059260b /doc
parentcd2fc32481ee7a98bcfb2f25e2de9a8691e1cb3f (diff)
downloadgo-94a81ba6965c96f7d114b4d358afee8f8986b711.tar.gz
doc/go1.4.txt: add support for ALPN
LGTM=minux R=r, agl, minux CC=golang-codereviews https://codereview.appspot.com/121340043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 3ea1ca3c5..20d2a6b7e 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -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)