<h3 id="crypto/ecdh">New crypto/ecdh package</h3>
-<p><!-- https://go.dev/issue/52221, CL 398914, CL 450335 -->
+<p><!-- https://go.dev/issue/52221, CL 398914, CL 450335, https://go.dev/issue/56052 -->
Go 1.20 adds a new <a href="/pkg/crypto/ecdh/"><code>crypto/ecdh</code></a> package
to provide direct support for Elliptic Curve Diffie-Hellman key exchange
over NIST curves and Curve25519.
</dd>
</dl><!-- go/token -->
+<dl id="go/types"><dt><a href="/pkg/go/types/">go/types</a></dt>
+ <dd>
+ <p><!-- CL 454575 -->
+ The new <a href="/pkg/go/types/#Satisfies"><code>Satisfies</code></a> function reports
+ whether a type satisfies a constraint.
+ This change aligns with the <a href="#language">new language semantics</a>
+ that distinguish satsifying a constraint from implementing an interface.
+ </p>
+ </dd>
+</dl><!-- go/types -->
+
<dl id="io"><dt><a href="/pkg/io/">io</a></dt>
<dd>
<p><!-- https://go.dev/issue/45899, CL 406776 -->
<dl id="runtime/cgo"><dt><a href="/pkg/runtime/cgo/">runtime/cgo</a></dt>
<dd>
- <p><!-- https://go.dev/issue/46731 -->
+ <p><!-- https://go.dev/issue/46731, CL 421879 -->
Go 1.20 adds new <a href="/pkg/runtime/cgo/#Incomplete"><code>Incomplete</code></a> marker type.
Code generated by cgo will use <code>cgo.Incomplete</code> to mark an incomplete C type.
</p>
<!-- https://go.dev/issue/54850 x/net/http2 Transport.MaxReadFrameSize -->
<!-- https://go.dev/issue/56054 x/net/http2 SETTINGS_HEADER_TABLE_SIZE -->
<!-- CL 450375 reverted -->
+<!-- CL 453259 tracking deprecations in api -->
+<!-- CL 453260 tracking darwin port in api -->
+<!-- CL 453615 fix deprecation comment in archive/tar -->
+<!-- CL 453616 fix deprecation comment in archive/zip -->
+<!-- CL 453617 fix deprecation comment in encoding/csv -->
+<!-- https://go.dev/issue/54661 x/tools/go/analysis -->