diff --git a/doc/go1.18.html b/doc/go1.18.html index 55a1de3bd8fd90..1f6a68e2a5b2a9 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -253,6 +253,12 @@
+ On WebAssembly targets, the Dial
, DialContext
,
+ DialTLS
and DialTLSContext
method fields in
+ Transport
+ will now be correctly used, if specified, for making HTTP requests.
+
TODO: https://golang.org/cl/338590: add Cookie.Valid method