]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add doc.Example.Unordered to go1.7.txt
authorAndrew Gerrand <adg@golang.org>
Wed, 9 Mar 2016 23:25:11 +0000 (10:25 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 9 Mar 2016 23:31:04 +0000 (23:31 +0000)
Change-Id: I142a9f97303e3bfbd9522fd061530c0a91305389
Reviewed-on: https://go-review.googlesource.com/20500
Reviewed-by: Minux Ma <minux@golang.org>
doc/go1.7.txt

index 88f22b2df115e08785f648097b4cbda2474ca25b..8994a4a6368666e0458c7af3253c634314a540cc 100644 (file)
@@ -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)