summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2014-08-07 14:22:15 -0700
committerAdam Langley <agl@golang.org>2014-08-07 14:22:15 -0700
commit4a7c76fae1a96626259334d6c1367a1ea4adb331 (patch)
treec817bef1bb9efe1e07a40c38ae531857c3df8036 /doc
parentafce2dd9d99289cf536b5c389fad299fc65d3c50 (diff)
downloadgo-4a7c76fae1a96626259334d6c1367a1ea4adb331.tar.gz
doc: add note about crypto/tls cert selection callback.
CC=golang-codereviews https://codereview.appspot.com/123950043
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 20d2a6b7e..e480d9bcd 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -8,6 +8,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)
+crypto/tls: support programmatic selection of server certificates (CL 107400043)
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)