]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update go1.7.txt
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 28 Apr 2016 18:51:12 +0000 (13:51 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 1 May 2016 04:20:30 +0000 (04:20 +0000)
Change-Id: I53dd5affc3a1e1f741fe44c7ce691bb2cd432764
Reviewed-on: https://go-review.googlesource.com/22657
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.7.txt

index 7dd24edf9086817478504029db260b887c7f129c..f52f21b61389df1490b3b86bf05b006387b319e8 100644 (file)
@@ -13,12 +13,19 @@ Ports:
 We now require OpenBSD 5.6+ (CL 18219, crypto/rand using getentropy)
 plan9/arm support? Start at least.
 
+New packages:
+
+* context (and new support in net, net/http, os/exec, net/http/httptrace)
+* net/http/httptrace
+
 API additions and behavior changes:
 
+crypto/tls: allow renegotiation to be handled by a client (CL 22475)
+runtime: support symbolic backtrace of C code in a cgo crash (CL 17761)
 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)
-time: print zero duration as 0s, not 0 (CL 22357)
\ No newline at end of file
+time: print zero duration as 0s, not 0 (CL 22357)