aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Amedee <carlos@golang.org>2023-07-17 12:42:14 -0400
committerCarlos Amedee <carlos@golang.org>2023-07-18 15:04:57 +0000
commit2639a17f146cc7df0778298c6039156d7ca68202 (patch)
treebb189942306e28e8fb7d1243465f39b276f989aa
parent28ca813a1373ff3c8845b0145ce915cca73ff182 (diff)
downloadgo-2639a17f146cc7df0778298c6039156d7ca68202.tar.gz
go-2639a17f146cc7df0778298c6039156d7ca68202.zip
doc: run relnotes again
Relnote (golang.org/x/build/cmd/relnote) was run again. Some of the simpler entries were resolved. TODO's remain for other entries. For #58645 Change-Id: I0acb5e87b2e9655ffd472e728259a4aa6c4da50e Reviewed-on: https://go-review.googlesource.com/c/go/+/510375 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
-rw-r--r--doc/go1.21.html22
1 files changed, 17 insertions, 5 deletions
diff --git a/doc/go1.21.html b/doc/go1.21.html
index e4145467a6..97d73720f2 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -346,8 +346,8 @@ Do not send CLs removing the interior tags from such phrases.
<h3 id="slog">New log/slog package</h3>
<p><!-- https://go.dev/issue/59060, https://go.dev/issue/59141, https://go.dev/issue/59204, https://go.dev/issue/59280,
- https://go.dev/issue/59282, https://go.dev/issue/59339, https://go.dev/issue/59345,
- CL 477295, CL 484096, CL 486376, CL 486415, CL 487855 -->
+ https://go.dev/issue/59282, https://go.dev/issue/59339, https://go.dev/issue/59345, https://go.dev/issue/61200,
+ CL 477295, CL 484096, CL 486376, CL 486415, CL 487855, CL 508195 -->
The new <a href="/pkg/log/slog">log/slog</a> package provides structured logging with levels.
Structured logging emits key-value pairs
to enable fast, accurate processing of large amounts of log data.
@@ -367,7 +367,8 @@ Do not send CLs removing the interior tags from such phrases.
<!-- https://go.dev/issue/45955, https://go.dev/issue/54768 -->
<!-- https://go.dev/issue/57348, https://go.dev/issue/57433 -->
<!-- https://go.dev/issue/58565, https://go.dev/issue/60091 -->
- <!-- CL 467417, CL 468855, CL 483175, CL 496078, CL 498175 -->
+ <!-- https://go.dev/issue/60546 -->
+ <!-- CL 467417, CL 468855, CL 483175, CL 496078, CL 498175, CL 502955 -->
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.
@@ -755,6 +756,14 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- go/token -->
+<dl id="go/types"><dt><a href="/pkg/go/types/">go/types</a></dt>
+ <dd>
+ <p><!-- https://go.dev/issue/61175, CL 507975 -->
+ TODO: <a href="https://go.dev/cl/507975">https://go.dev/cl/507975</a>: go/types: record Config.GoVersion for reporting in Package.GoVersion method; modified api/go1.21.txt
+ </p>
+ </dd>
+</dl><!-- go/types -->
+
<dl id="hash/maphash"><dt><a href="/pkg/hash/maphash/">hash/maphash</a></dt>
<dd>
<p><!-- https://go.dev/issue/47342, CL 468795 -->
@@ -1235,18 +1244,21 @@ Do not send CLs removing the interior tags from such phrases.
<code>c-archive</code>, <code>c-shared</code>, <code>shared</code>, <code>pie</code>, <code>plugin</code>.
</p>
-
<!-- proposals for x repos that don't need to be mentioned here but
are picked up by the relnote tool. -->
<!-- https://go.dev/issue/54232 -->
+<!-- https://go.dev/issue/57051 -->
<!-- https://go.dev/issue/57792 -->
<!-- https://go.dev/issue/57906 -->
<!-- https://go.dev/issue/58668 -->
+<!-- https://go.dev/issue/59016 -->
<!-- https://go.dev/issue/59676 -->
+<!-- https://go.dev/issue/60409 -->
+<!-- https://go.dev/issue/61176 -->
<!-- changes to cmd/api that don't need release notes. -->
<!-- CL 469115, CL 469135, CL 499981 -->
-<!-- proposals that don't need release enotes. -->
+<!-- proposals that don't need release notes. -->
<!-- https://go.dev/issue/10275 -->
<!-- https://go.dev/issue/59719 -->