From: Dmitri Shuralyov Date: Wed, 24 Aug 2022 15:21:55 +0000 (-0400) Subject: doc: start draft Go 1.20 release notes X-Git-Tag: go1.20rc1~1425 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cfae70ccb141ffc3c087bc0b5f927acbdb934c6f;p=gostls13.git doc: start draft Go 1.20 release notes This initial release notes template is based on previous releases. CL 425354 adds initial content generated by 'relnote -html'. For #54202. Change-Id: I36e15723edc9610d61986ba226ee84c2b30a33af Reviewed-on: https://go-review.googlesource.com/c/go/+/425334 Reviewed-by: Carlos Amedee Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Gopher Robot --- diff --git a/doc/go1.20.html b/doc/go1.20.html new file mode 100644 index 0000000000..dad9c319af --- /dev/null +++ b/doc/go1.20.html @@ -0,0 +1,77 @@ + + + + + + +

DRAFT RELEASE NOTES — Introduction to Go 1.20

+ +

+ + Go 1.20 is not yet released. These are work-in-progress + release notes. Go 1.20 is expected to be released in February 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 +