From: Eli Bendersky
Date: Thu, 25 May 2023 00:35:56 +0000 (-0700)
Subject: doc: add release notes for additions to the slices package
X-Git-Tag: go1.21rc1~224
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=01b5cce626c44f7fd1ca7e2c076d63c175193ccf;p=gostls13.git
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
TryBot-Result: Gopher Robot
Auto-Submit: Eli Bendersky
Run-TryBot: Eli Bendersky
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.21.html b/doc/go1.21.html
index 4a771bc6f3..467793a5b4 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -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.
+New slices package
+
+
+ The new slices package provides many common
+ operations on slices, using generic functions that work with slices
+ of any element type.
+
+
Minor changes to the library
@@ -709,26 +717,6 @@ Do not send CLs removing the interior tags from such phrases.
-
- slices
- -
-
- TODO: https://go.dev/issue/54768: add DeleteFunc
-
-
-
- TODO: https://go.dev/issue/57433: new standard library package based on x/exp/slices
-
-
-
- TODO: https://go.dev/cl/467417: slices: new package; modified api/next/57433.txt
-
-
-
- TODO: https://go.dev/cl/483175: slices: add DeleteFunc; modified api/next/54768.txt
-
-
-
-
- spec
-
@@ -745,16 +733,6 @@ Do not send CLs removing the interior tags from such phrases.
-- slices
- -
-
- The new slices
package
- provides many common operations on slices, using generic
- functions that work with slices of any element type.
-
-
-
-
- sync
-