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)