Skip to content

Commit e46591c

Browse files
committed
doc: document CL330852 in changelog
This PR adds a note into the Go 1.18 changelog for CL330852 / #46923.
1 parent fde4cc2 commit e46591c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/go1.18.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,18 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
165165
</dd>
166166
</dl><!-- image/draw -->
167167

168+
<dl id="net/http"><dt><a href="/pkg/net/http/">net/http</a></dt>
169+
<dd>
170+
<p><!-- CL 330852 -->
171+
The <code>Dial</code>, <code>DialContext</code>, <code>DialTLS</code> and
172+
<code>DialTLSContext</code> method fields in
173+
<a href="/pkg/net/http#Transport"><code>http.Transport</code></a>
174+
will now be correctly used, if specified, for making HTTP requests when running
175+
on WebAssembly targets.
176+
</p>
177+
</dd>
178+
</dl><!-- net/http -->
179+
168180
<dl id="reflect"><dt><a href="/pkg/reflect/">reflect</a></dt>
169181
<dd>
170182
<p><!-- CL 356049, 320929 -->

0 commit comments

Comments
 (0)