]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add testing Name method to go1.8.txt
authorAndrew Gerrand <adg@golang.org>
Wed, 28 Sep 2016 10:15:57 +0000 (20:15 +1000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 28 Sep 2016 16:06:39 +0000 (16:06 +0000)
Change-Id: I6d413f747e6a6c30c5e0e9afdffd5ec18dce7e08
Reviewed-on: https://go-review.googlesource.com/29974
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.8.txt

index 8452780c82d286cce027a681b5ff298a21d71580..5d8dcfd4f9dfa7255ee460e460b0d239b4c9308d 100644 (file)
@@ -22,6 +22,7 @@ crypto/x509: support PSS signatures (CL 24743)
 net/http: make Transport retry non-idempotent requests if no bytes written (CL 27117)
 net: support "option ndots:0" in resolv.conf (CL 24901)
 net: use libresolv rules for ndots range and validation (CL 24901)
+testing: add Name method to *T and *B
 runtime: fix map iterator concurrent map check (CL 23711)
 
 Optimizations: