]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc: add release notes for additions to the slices package
authorEli Bendersky <eliben@golang.org>
Thu, 25 May 2023 00:35:56 +0000 (17:35 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 25 May 2023 21:01:03 +0000 (21:01 +0000)
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>
doc/go1.21.html

index 4a771bc6f385b5f6d301e31840a5a115a20cd03a..467793a5b48578c10a7b882a0379aeccf06ff760 100644 (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 -->