From 01b5cce626c44f7fd1ca7e2c076d63c175193ccf Mon Sep 17 00:00:00 2001
From: Eli Bendersky
Date: Wed, 24 May 2023 17:35:56 -0700
Subject: [PATCH] doc: add release notes for additions to the slices package
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
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
---
doc/go1.21.html | 38 ++++++++------------------------------
1 file changed, 8 insertions(+), 30 deletions(-)
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
-
--
2.50.0