From 11c1227493f2661e34ad35f5dce0fd798a7e5927 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Wed, 4 Feb 2015 09:32:44 -0800 Subject: [PATCH] go1.5.txt: array generation support in testing/quick Change-Id: I00f18a8c62a8d63822d7e07fee1ac5f088cc9587 Reviewed-on: https://go-review.googlesource.com/3866 Reviewed-by: Josh Bleecher Snyder --- doc/go1.5.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 68149ad4ce..f1b443417d 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -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: -- 2.50.0