From e597e63d6a737977b96254ab13bc8a0804b8e5c0 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Mon, 8 Jun 2015 14:21:27 -0700 Subject: [PATCH] doc/go1.5.txt: mention that testing/quick now generates nil pointers. Change-Id: I358b17304f95fdd8e6c0a64fa29f185c701fe338 Reviewed-on: https://go-review.googlesource.com/10805 Reviewed-by: Andrew Gerrand --- doc/go1.5.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 48b993d035..3a09576e73 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -77,6 +77,7 @@ strings: add Compare(x, y string) int, for symmetry with bytes.Compare (https:// syscall: Add Foreground and Pgid to SysProcAttr (https://golang.org/cl/5130) syscall: add missing Syscall9 for darwin/amd64 (https://golang.org/cl/6555) testing/quick: support generation of arrays (https://golang.org/cl/3865) +testing/quick: generated pointers can now be nil (https://golang.org/cl/10821) text/template: add Options method (https://golang.org/cl/8462) text/template: huge integers are now parse errors (https://golang.org/cl/9651) time: add time.AppendFormat(https://golang.org/cl/1760) -- 2.50.0