doc: document CL330852 in changelog

This PR adds a note into the Go 1.18 changelog for CL330852 / #46923.
This commit is contained in:
Neil Alexander 2021-11-01 12:02:11 +00:00
parent fde4cc2a31
commit e46591c780
1 changed files with 12 additions and 0 deletions

View File

@ -165,6 +165,18 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- image/draw -->
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
<dd>
<p><!-- CL 330852 -->
The <code>Dial</code>, <code>DialContext</code>, <code>DialTLS</code> and
<code>DialTLSContext</code> method fields in
<a href="/pkg/net/http#Transport"><code>http.Transport</code></a>
will now be correctly used, if specified, for making HTTP requests when running
on WebAssembly targets.
</p>
</dd>
</dl><!-- net/http -->
<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
<dd>
<p><!-- CL 356049, 320929 -->