]> Cypherpunks repositories - gostls13.git/commitdiff
doc: go1.6.txt: add math/rand.Read
authorRob Pike <r@golang.org>
Wed, 16 Sep 2015 17:55:25 +0000 (10:55 -0700)
committerRob Pike <r@golang.org>
Wed, 16 Sep 2015 17:56:14 +0000 (17:56 +0000)
Change-Id: I94af55bb894409b77bd87df36be9471dcc544fda
Reviewed-on: https://go-review.googlesource.com/14627
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.6.txt

index 1a24fbe0a729b0be8637e197b568467c88c9bb28..45b638ce783ca7ad4654dbe5757d0b7565deab32 100644 (file)
@@ -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/)