summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-06-24 11:09:13 -0700
committerRob Pike <r@golang.org>2014-06-24 11:09:13 -0700
commitde29d8ed7c413f7def731ad0ec01349385fdb1df (patch)
tree856afdfc646da2df64f21ab9955555d8049e17f4 /doc
parente5daff6e7a33e8fa7cc324d1d45ff7654850158c (diff)
downloadgo-de29d8ed7c413f7def731ad0ec01349385fdb1df.tar.gz
doc/go1.4.txt: text/scanner: IsIdentRune
R=gri CC=golang-codereviews https://codereview.appspot.com/104340043
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 3ceb99b7a..09fe387f3 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -7,4 +7,5 @@ Please keep the list sorted (as in sort.Strings of the lines).
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)
+text/scanner: add IsIdentRune field of Scanner. (CL 108030044)
time: use the micro symbol (ยต (U+00B5)) to print microsecond duration (CL 105030046)