From: Rob Pike Date: Wed, 16 Sep 2015 17:55:25 +0000 (-0700) Subject: doc: go1.6.txt: add math/rand.Read X-Git-Tag: go1.6beta1~1059 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5512ac2786f505dc4e63235de1e593ab295a15be;p=gostls13.git doc: go1.6.txt: add math/rand.Read Change-Id: I94af55bb894409b77bd87df36be9471dcc544fda Reviewed-on: https://go-review.googlesource.com/14627 Reviewed-by: Rob Pike --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index 1a24fbe0a7..45b638ce78 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -9,6 +9,7 @@ NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/) API additions and behavior changes: fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/) +math/rand: add Read (https://golang.org/cl/14522) strconv: QuoteToGraphic (https://golang.org/cl/14184/) text/template: ExecError (https://golang.org/cl/13957/) text/template: trimming spaces (https://golang.org/cl/14391/)