From: Rob Pike Date: Tue, 24 Jun 2014 18:09:13 +0000 (-0700) Subject: doc/go1.4.txt: text/scanner: IsIdentRune X-Git-Tag: go1.4beta1~1229 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=54375081fe3a81083be697a121f3311528786fb7;p=gostls13.git doc/go1.4.txt: text/scanner: IsIdentRune R=gri CC=golang-codereviews https://golang.org/cl/104340043 --- diff --git a/doc/go1.4.txt b/doc/go1.4.txt index 3ceb99b7a0..09fe387f37 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)