From: Dmitri Shuralyov Date: Wed, 27 Nov 2024 16:34:09 +0000 (-0500) Subject: doc/next: organize 9-todo.md items by category X-Git-Tag: go1.24rc1~61 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=caee788a48f19814bd778c1bd2422cb6f60ad810;p=gostls13.git 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 Auto-Submit: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui --- diff --git a/doc/next/2-language.md b/doc/next/2-language.md index 8d09a71323..d05433650c 100644 --- a/doc/next/2-language.md +++ b/doc/next/2-language.md @@ -1,5 +1,6 @@ ## Changes to the language {#language} + Go 1.24 now fully supports [generic type aliases](/issue/46477): a type alias may be parameterized like a defined type. See the [language spec](/ref/spec#Alias_declarations) for details. diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md index d319299c63..93047887e8 100644 --- a/doc/next/3-tools.md +++ b/doc/next/3-tools.md @@ -15,7 +15,7 @@ a test integration system, you can revert to the text build output by setting ### Cgo {#cgo} - + Cgo supports new annotations for C functions to improve run time performance. `#cgo noescape cFunctionName` tells the compiler that memory passed to diff --git a/doc/next/6-stdlib/5-sha3.md b/doc/next/6-stdlib/5-sha3.md index 61d587201c..ecaa74a715 100644 --- a/doc/next/6-stdlib/5-sha3.md +++ b/doc/next/6-stdlib/5-sha3.md @@ -1,5 +1,6 @@ ### New sha3 package + The new [crypto/sha3] package implements the SHA-3 hash function, and SHAKE and cSHAKE extendable-output functions. diff --git a/doc/next/9-todo.md b/doc/next/9-todo.md index 3e24bbcd63..351c00d989 100644 --- a/doc/next/9-todo.md +++ b/doc/next/9-todo.md @@ -1,64 +1,63 @@ - + + + + + +