1
0
mirror of https://github.com/golang/go synced 2024-09-28 21:34:30 -06:00

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 <eliben@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Eli Bendersky‎ <eliben@golang.org>
Run-TryBot: Eli Bendersky‎ <eliben@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Eli Bendersky 2023-05-24 17:35:56 -07:00 committed by Gopher Robot
parent 11bb2922fb
commit 01b5cce626

View File

@ -193,6 +193,14 @@ Do not send CLs removing the interior tags from such phrases.
The package supports integration with popular log analysis tools and services.
</p>
<h3 id="slices">New slices package</h3>
<p><!-- https://go.dev/issue/45955, https://go.dev/issue/54768, https://go.dev/issue/57433, CL 467417, CL 483175 -->
The new <a href="/pkg/slices">slices</a> package provides many common
operations on slices, using generic functions that work with slices
of any element type.
</p>
<h3 id="minor_library_changes">Minor changes to the library</h3>
<p>
@ -709,26 +717,6 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- runtime/metrics -->
<dl id="slices"><dt><a href="/pkg/slices/">slices</a></dt>
<dd>
<p><!-- https://go.dev/issue/54768 -->
TODO: <a href="https://go.dev/issue/54768">https://go.dev/issue/54768</a>: add DeleteFunc
</p>
<p><!-- https://go.dev/issue/57433 -->
TODO: <a href="https://go.dev/issue/57433">https://go.dev/issue/57433</a>: new standard library package based on x/exp/slices
</p>
<p><!-- CL 467417 -->
TODO: <a href="https://go.dev/cl/467417">https://go.dev/cl/467417</a>: slices: new package; modified api/next/57433.txt
</p>
<p><!-- CL 483175 -->
TODO: <a href="https://go.dev/cl/483175">https://go.dev/cl/483175</a>: slices: add DeleteFunc; modified api/next/54768.txt
</p>
</dd>
</dl><!-- slices -->
<dl id="spec"><dt><a href="/pkg/spec/">spec</a></dt>
<dd>
<p><!-- https://go.dev/issue/56351 -->
@ -745,16 +733,6 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- spec -->
<dl id="slices"><dt><a href="/pkg/slices/">slices</a></dt>
<dd>
<p><!-- https://go.dev/issue/45955 -->
The new <a href="/pkg/slices/"><code>slices</code></a> package
provides many common operations on slices, using generic
functions that work with slices of any element type.
</p>
</dd>
</dl>
<dl id="sync"><dt><a href="/pkg/sync/">sync</a></dt>
<dd>
<p><!-- https://go.dev/issue/56102, CL 451356 -->