Skip to content

Commit 2639a17

Browse files
committed
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 <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 28ca813 commit 2639a17

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

doc/go1.21.html

+17-5
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ <h2 id="library">Core library</h2>
346346
<h3 id="slog">New log/slog package</h3>
347347

348348
<p><!-- https://go.dev/issue/59060, https://go.dev/issue/59141, https://go.dev/issue/59204, https://go.dev/issue/59280,
349-
https://go.dev/issue/59282, https://go.dev/issue/59339, https://go.dev/issue/59345,
350-
CL 477295, CL 484096, CL 486376, CL 486415, CL 487855 -->
349+
https://go.dev/issue/59282, https://go.dev/issue/59339, https://go.dev/issue/59345, https://go.dev/issue/61200,
350+
CL 477295, CL 484096, CL 486376, CL 486415, CL 487855, CL 508195 -->
351351
The new <a href="/pkg/log/slog">log/slog</a> package provides structured logging with levels.
352352
Structured logging emits key-value pairs
353353
to enable fast, accurate processing of large amounts of log data.
@@ -367,7 +367,8 @@ <h3 id="slices">New slices package</h3>
367367
<!-- https://go.dev/issue/45955, https://go.dev/issue/54768 -->
368368
<!-- https://go.dev/issue/57348, https://go.dev/issue/57433 -->
369369
<!-- https://go.dev/issue/58565, https://go.dev/issue/60091 -->
370-
<!-- CL 467417, CL 468855, CL 483175, CL 496078, CL 498175 -->
370+
<!-- https://go.dev/issue/60546 -->
371+
<!-- CL 467417, CL 468855, CL 483175, CL 496078, CL 498175, CL 502955 -->
371372
The new <a href="/pkg/slices">slices</a> package provides many common
372373
operations on slices, using generic functions that work with slices
373374
of any element type.
@@ -755,6 +756,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
755756
</dd>
756757
</dl><!-- go/token -->
757758

759+
<dl id="go/types"><dt><a href="/pkg/go/types/">go/types</a></dt>
760+
<dd>
761+
<p><!-- https://go.dev/issue/61175, CL 507975 -->
762+
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
763+
</p>
764+
</dd>
765+
</dl><!-- go/types -->
766+
758767
<dl id="hash/maphash"><dt><a href="/pkg/hash/maphash/">hash/maphash</a></dt>
759768
<dd>
760769
<p><!-- https://go.dev/issue/47342, CL 468795 -->
@@ -1235,18 +1244,21 @@ <h3 id="PPC64">ppc64/ppc64le</h3>
12351244
<code>c-archive</code>, <code>c-shared</code>, <code>shared</code>, <code>pie</code>, <code>plugin</code>.
12361245
</p>
12371246

1238-
12391247
<!-- proposals for x repos that don't need to be mentioned here but
12401248
are picked up by the relnote tool. -->
12411249
<!-- https://go.dev/issue/54232 -->
1250+
<!-- https://go.dev/issue/57051 -->
12421251
<!-- https://go.dev/issue/57792 -->
12431252
<!-- https://go.dev/issue/57906 -->
12441253
<!-- https://go.dev/issue/58668 -->
1254+
<!-- https://go.dev/issue/59016 -->
12451255
<!-- https://go.dev/issue/59676 -->
1256+
<!-- https://go.dev/issue/60409 -->
1257+
<!-- https://go.dev/issue/61176 -->
12461258

12471259
<!-- changes to cmd/api that don't need release notes. -->
12481260
<!-- CL 469115, CL 469135, CL 499981 -->
12491261

1250-
<!-- proposals that don't need release enotes. -->
1262+
<!-- proposals that don't need release notes. -->
12511263
<!-- https://go.dev/issue/10275 -->
12521264
<!-- https://go.dev/issue/59719 -->

0 commit comments

Comments
 (0)