]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add httptest.ResponseRecorder note to go1.7.txt notes
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 5 Apr 2016 16:04:03 +0000 (16:04 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 5 Apr 2016 16:05:16 +0000 (16:05 +0000)
Fixes #14928

Change-Id: Id772eb623815cb2bb3e49de68a916762345a9dc1
Reviewed-on: https://go-review.googlesource.com/21531
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.7.txt

index 8994a4a6368666e0458c7af3253c634314a540cc..0f179ad1affb6501973646f512d78bd4134e6f97 100644 (file)
@@ -16,6 +16,7 @@ API additions and behavior changes:
 
 runtime: add CallerFrames and Frames (CL 19869)
 testing/quick: now generates nil values (CL 16470)
+net/http/httptest: ResponseRecorder supports trailer (CL 20047) (compat impact: issue 14928)
 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)