Skip to content

Commit caee788

Browse files
dmitshurgopherbot
authored andcommitted
doc/next: organize 9-todo.md items by category
Most items that need to be done are tracked in release-blocking issues, but a few are not. Make it easier to understand and track their status. For #68545. Change-Id: I1cb31e67d2d868a82ee592c9adb31bc5dd558d67 Reviewed-on: https://go-review.googlesource.com/c/go/+/632195 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent 797141e commit caee788

File tree

4 files changed

+42
-41
lines changed

4 files changed

+42
-41
lines changed

doc/next/2-language.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Changes to the language {#language}
22

3+
<!-- go.dev/issue/46477 -->
34
Go 1.24 now fully supports [generic type aliases](/issue/46477): a type alias
45
may be parameterized like a defined type.
56
See the [language spec](/ref/spec#Alias_declarations) for details.

doc/next/3-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ a test integration system, you can revert to the text build output by setting
1515

1616
### Cgo {#cgo}
1717

18-
<!-- go.dev/issue/56378 -->
18+
<!-- go.dev/issue/56378, CL 579955 -->
1919
Cgo supports new annotations for C functions to improve run time
2020
performance.
2121
`#cgo noescape cFunctionName` tells the compiler that memory passed to

doc/next/6-stdlib/5-sha3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### New sha3 package
22

3+
<!-- go.dev/issue/69982, go.dev/issue/65269, CL 629176 -->
34
The new [crypto/sha3] package implements the SHA-3 hash function, and SHAKE and
45
cSHAKE extendable-output functions.
56

0 commit comments

Comments
 (0)