summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-09-16 21:49:10 -0700
committerRob Pike <r@golang.org>2014-09-16 21:49:10 -0700
commit9af13c97e34db294521a4650458c11e39dbc94a5 (patch)
tree4cc85fdd7a6cf54292b4cbbb219eb553b56e92bb /doc
parent9a11a7e8d6f7bb99c9a3304e81e221f7e5a190da (diff)
downloadgo-9af13c97e34db294521a4650458c11e39dbc94a5.tar.gz
doc/go1.4.txt: add sync/atomic.Value
CC=golang-codereviews https://codereview.appspot.com/145800043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 5656a5cc8..f441a8023 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -26,8 +26,9 @@ 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)
+sync/atomic: add Value (CL 136710045)
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)
-syscal: now frozen (CL 129820043)
+syscall: now frozen (CL 129820043)
testing: add Coverage (CL 98150043)
text/scanner: add IsIdentRune field of Scanner. (CL 108030044)
time: use the micro symbol (ยต (U+00B5)) to print microsecond duration (CL 105030046)