From dcf32c66eecd54843d32384b2ef27f97e69621be Mon Sep 17 00:00:00 2001 From: Heschi Kreinick Date: Tue, 18 Jul 2023 16:55:13 -0400 Subject: [PATCH] doc: start draft Go 1.22 release notes For #61422. Change-Id: I1a7430d9113cbaede1822115a7daeb45a894af25 Reviewed-on: https://go-review.googlesource.com/c/go/+/510377 Reviewed-by: Dmitri Shuralyov TryBot-Result: Gopher Robot Run-TryBot: Heschi Kreinick Auto-Submit: Heschi Kreinick Reviewed-by: Dmitri Shuralyov --- doc/go1.22.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 doc/go1.22.html diff --git a/doc/go1.22.html b/doc/go1.22.html new file mode 100644 index 0000000000..5534a3fbad --- /dev/null +++ b/doc/go1.22.html @@ -0,0 +1,78 @@ + + + + + + +

DRAFT RELEASE NOTES — Introduction to Go 1.22

+ +

+ + Go 1.22 is not yet released. These are work-in-progress + release notes. Go 1.22 is expected to be released in February 2024. + +

+ +

Changes to the language

+ +

+ TODO: complete this section +

+ +

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 +

+ +

Ports

+ +

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

+ -- 2.44.0