From cad872f75a1946ea49397a33e269dabe56febff6 Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Wed, 22 Feb 2023 13:17:30 -0500 Subject: [PATCH] doc: start draft Go 1.21 release notes This initial release notes template is based on previous releases. For #58645. Change-Id: I8bae25d6dd9778a69963b8b4903a6dc1c180e15f Reviewed-on: https://go-review.googlesource.com/c/go/+/470296 Run-TryBot: Than McIntosh TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov --- doc/go1.21.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 doc/go1.21.html diff --git a/doc/go1.21.html b/doc/go1.21.html new file mode 100644 index 0000000000..0af9d373af --- /dev/null +++ b/doc/go1.21.html @@ -0,0 +1,77 @@ + + + + + + +

DRAFT RELEASE NOTES — Introduction to Go 1.21

+ +

+ + Go 1.21 is not yet released. These are work-in-progress + release notes. Go 1.21 is expected to be released in August 2023. + +

+ +

Changes to the language

+ +

+ TODO: complete this section +

+ +

Ports

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Tools

+ +

Go command

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Runtime

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Compiler

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Linker

+ +

+ TODO: complete this section, or delete if not needed +

+ +

Core library

+ +

Minor changes to the library

+ +

+ As always, there are various minor changes and updates to the library, + made with the Go 1 promise of compatibility + in mind. + There are also various performance improvements, not enumerated here. +

+ +

+ TODO: complete this section +