From: Andrew Gerrand Date: Wed, 9 Mar 2016 23:25:11 +0000 (+1100) Subject: doc: add doc.Example.Unordered to go1.7.txt X-Git-Tag: go1.7beta1~1438 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c2400e31ad7ab0c87801bb744af2c2b7b41dd702;p=gostls13.git doc: add doc.Example.Unordered to go1.7.txt Change-Id: I142a9f97303e3bfbd9522fd061530c0a91305389 Reviewed-on: https://go-review.googlesource.com/20500 Reviewed-by: Minux Ma --- 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)