]> Cypherpunks repositories - gostls13.git/commitdiff
go1.5.txt: array generation support in testing/quick
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 4 Feb 2015 17:32:44 +0000 (09:32 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 4 Feb 2015 17:33:47 +0000 (17:33 +0000)
Change-Id: I00f18a8c62a8d63822d7e07fee1ac5f088cc9587
Reviewed-on: https://go-review.googlesource.com/3866
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
doc/go1.5.txt

index 68149ad4ce07be0f6b1fab4b466acf81e559e90b..f1b443417dd28d0bad7f926931e8b83ce4fba067 100644 (file)
@@ -14,6 +14,7 @@ net/http: support for setting trailers from a server Handler (https://golang.org
 net/smtp: add TLSConnectionState accessor (https://golang.org/cl/2151)
 runtime, syscall: use SYSCALL instruction on FreeBSD (Go 1.5 now requires FreeBSD 8-STABLE+) (https://golang.org/cl/3020)
 strings: add Compare(x, y string) int, for symmetry with bytes.Compare (https://golang.org/cl/2828)
+testing/quick: support generation of arrays (https://golang.org/cl/3865)
 
 Tools: