summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-09-16 15:40:22 -0700
committerRob Pike <r@golang.org>2014-09-16 15:40:22 -0700
commit9eb03ec6a2705273aef1747cc008a0f4a8d9da32 (patch)
tree3089154c08f1b21b9dff8da785e8c877a1e31961 /doc
parent698ca63489c7eeaf08f1e2761175986c0730d1dd (diff)
downloadgo-9eb03ec6a2705273aef1747cc008a0f4a8d9da32.tar.gz
doc/go1.4.txt: reflect.Type.Comparable
CC=golang-codereviews https://codereview.appspot.com/138530044
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 4fe71b4b9..5656a5cc8 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -23,6 +23,7 @@ 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)
+reflect: add type.Comparable (CL 144020043)
runtime: implement monotonic clocks on windows (CL 108700045)
runtime/race: freebsd is supported (CL 107270043)
syscall: Setuid, Setgid are disabled on linux platforms. On linux those syscalls operate on the calling thread, not the whole process. This does not match the semantics of other platforms, nor the expectations of the caller, so the operations have been disabled until issue 1435 is resolved (CL 106170043)