Skip to content

Commit 01b5cce

Browse files
elibengopherbot
authored andcommitted
doc: add release notes for additions to the slices package
Updates #60091 Change-Id: I7438811f4e41a2977acbb5ac74c22a02c28c6597 Reviewed-on: https://go-review.googlesource.com/c/go/+/498175 Reviewed-by: Eli Bendersky <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Eli Bendersky‎ <[email protected]> Run-TryBot: Eli Bendersky‎ <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 11bb292 commit 01b5cce

File tree

1 file changed

+8
-30
lines changed

1 file changed

+8
-30
lines changed

doc/go1.21.html

+8-30
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ <h3 id="slog">New log/slog package</h3>
193193
The package supports integration with popular log analysis tools and services.
194194
</p>
195195

196+
<h3 id="slices">New slices package</h3>
197+
198+
<p><!-- https://go.dev/issue/45955, https://go.dev/issue/54768, https://go.dev/issue/57433, CL 467417, CL 483175 -->
199+
The new <a href="/pkg/slices">slices</a> package provides many common
200+
operations on slices, using generic functions that work with slices
201+
of any element type.
202+
</p>
203+
196204
<h3 id="minor_library_changes">Minor changes to the library</h3>
197205

198206
<p>
@@ -709,26 +717,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
709717
</dd>
710718
</dl><!-- runtime/metrics -->
711719

712-
<dl id="slices"><dt><a href="/pkg/slices/">slices</a></dt>
713-
<dd>
714-
<p><!-- https://go.dev/issue/54768 -->
715-
TODO: <a href="https://go.dev/issue/54768">https://go.dev/issue/54768</a>: add DeleteFunc
716-
</p>
717-
718-
<p><!-- https://go.dev/issue/57433 -->
719-
TODO: <a href="https://go.dev/issue/57433">https://go.dev/issue/57433</a>: new standard library package based on x/exp/slices
720-
</p>
721-
722-
<p><!-- CL 467417 -->
723-
TODO: <a href="https://go.dev/cl/467417">https://go.dev/cl/467417</a>: slices: new package; modified api/next/57433.txt
724-
</p>
725-
726-
<p><!-- CL 483175 -->
727-
TODO: <a href="https://go.dev/cl/483175">https://go.dev/cl/483175</a>: slices: add DeleteFunc; modified api/next/54768.txt
728-
</p>
729-
</dd>
730-
</dl><!-- slices -->
731-
732720
<dl id="spec"><dt><a href="/pkg/spec/">spec</a></dt>
733721
<dd>
734722
<p><!-- https://go.dev/issue/56351 -->
@@ -745,16 +733,6 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
745733
</dd>
746734
</dl><!-- spec -->
747735

748-
<dl id="slices"><dt><a href="/pkg/slices/">slices</a></dt>
749-
<dd>
750-
<p><!-- https://go.dev/issue/45955 -->
751-
The new <a href="/pkg/slices/"><code>slices</code></a> package
752-
provides many common operations on slices, using generic
753-
functions that work with slices of any element type.
754-
</p>
755-
</dd>
756-
</dl>
757-
758736
<dl id="sync"><dt><a href="/pkg/sync/">sync</a></dt>
759737
<dd>
760738
<p><!-- https://go.dev/issue/56102, CL 451356 -->

0 commit comments

Comments
 (0)