From c2400e31ad7ab0c87801bb744af2c2b7b41dd702 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 10 Mar 2016 10:25:11 +1100 Subject: [PATCH] doc: add doc.Example.Unordered to go1.7.txt Change-Id: I142a9f97303e3bfbd9522fd061530c0a91305389 Reviewed-on: https://go-review.googlesource.com/20500 Reviewed-by: Minux Ma --- doc/go1.7.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.7.txt b/doc/go1.7.txt index 88f22b2df1..8994a4a636 100644 --- a/doc/go1.7.txt +++ b/doc/go1.7.txt @@ -18,3 +18,4 @@ runtime: add CallerFrames and Frames (CL 19869) testing/quick: now generates nil values (CL 16470) net/url: support query string without values (CL 19931) net/textproto: permit all valid token chars in CanonicalMIMEHeaderKey input (CL 18725) +go/doc: add Unordered boolean to Example struct (CL 19280) -- 2.48.1