summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2014-09-07 20:52:22 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2014-09-07 20:52:22 -0700
commit45fcda1dc8d9b4d4a9b642faf8e78941873f508d (patch)
treea0711a81080e545aca497314108fba786b521836 /doc
parent680c3ad27a63ecb939335d7eb3b8ed90304715ca (diff)
downloadgo-45fcda1dc8d9b4d4a9b642faf8e78941873f508d.tar.gz
doc: add a few http items to go1.4.txt
CC=golang-codereviews https://codereview.appspot.com/132670045
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 8cabeb4eb..c5da7b72b 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -17,6 +17,9 @@ 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)
+net/http: add Request.BasicAuth method (CL 76540043)
+net/http: add Transport.DialTLS hook (CL 137940043)
+net/http/httputil: add ReverseProxy.ErrorLog (CL 132750043)
os: implement symlink support for windows (CL 86160044)
runtime: implement monotonic clocks on windows (CL 108700045)
runtime/race: freebsd is supported (CL 107270043)