@@ -346,8 +346,8 @@ <h2 id="library">Core library</h2>
346
346
< h3 id ="slog "> New log/slog package</ h3 >
347
347
348
348
< 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 -->
351
351
The new < a href ="/pkg/log/slog "> log/slog</ a > package provides structured logging with levels.
352
352
Structured logging emits key-value pairs
353
353
to enable fast, accurate processing of large amounts of log data.
@@ -367,7 +367,8 @@ <h3 id="slices">New slices package</h3>
367
367
<!-- https://go.dev/issue/45955, https://go.dev/issue/54768 -->
368
368
<!-- https://go.dev/issue/57348, https://go.dev/issue/57433 -->
369
369
<!-- 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 -->
371
372
The new < a href ="/pkg/slices "> slices</ a > package provides many common
372
373
operations on slices, using generic functions that work with slices
373
374
of any element type.
@@ -755,6 +756,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
755
756
</ dd >
756
757
</ dl > <!-- go/token -->
757
758
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
+
758
767
< dl id ="hash/maphash "> < dt > < a href ="/pkg/hash/maphash/ "> hash/maphash</ a > </ dt >
759
768
< dd >
760
769
< p > <!-- https://go.dev/issue/47342, CL 468795 -->
@@ -1235,18 +1244,21 @@ <h3 id="PPC64">ppc64/ppc64le</h3>
1235
1244
< code > c-archive</ code > , < code > c-shared</ code > , < code > shared</ code > , < code > pie</ code > , < code > plugin</ code > .
1236
1245
</ p >
1237
1246
1238
-
1239
1247
<!-- proposals for x repos that don't need to be mentioned here but
1240
1248
are picked up by the relnote tool. -->
1241
1249
<!-- https://go.dev/issue/54232 -->
1250
+ <!-- https://go.dev/issue/57051 -->
1242
1251
<!-- https://go.dev/issue/57792 -->
1243
1252
<!-- https://go.dev/issue/57906 -->
1244
1253
<!-- https://go.dev/issue/58668 -->
1254
+ <!-- https://go.dev/issue/59016 -->
1245
1255
<!-- https://go.dev/issue/59676 -->
1256
+ <!-- https://go.dev/issue/60409 -->
1257
+ <!-- https://go.dev/issue/61176 -->
1246
1258
1247
1259
<!-- changes to cmd/api that don't need release notes. -->
1248
1260
<!-- CL 469115, CL 469135, CL 499981 -->
1249
1261
1250
- <!-- proposals that don't need release enotes . -->
1262
+ <!-- proposals that don't need release notes . -->
1251
1263
<!-- https://go.dev/issue/10275 -->
1252
1264
<!-- https://go.dev/issue/59719 -->
0 commit comments