From: Michael Anthony Knyszek Date: Thu, 30 Nov 2023 21:02:24 +0000 (+0000) Subject: doc: add release notes about bootstrap toolchain version X-Git-Tag: go1.22rc1~127 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2e6387cbec924dbd01007421d7442125037c66b2;p=gostls13.git doc: add release notes about bootstrap toolchain version For #61422. Change-Id: Ie0d3c05752d29aa65983add85935d2505560ec55 Reviewed-on: https://go-review.googlesource.com/c/go/+/546029 Auto-Submit: Michael Knyszek LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui --- diff --git a/doc/go1.22.html b/doc/go1.22.html index 8e9b6ee53c..ccaafa7ff7 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -108,6 +108,14 @@ Do not send CLs removing the interior tags from such phrases. TODO: complete this section, or delete if not needed

+

Bootstrap

+ +

+ As mentioned in the Go 1.20 release notes, Go 1.22 now requires + the final point release of Go 1.20 or later for bootstrap. + We expect that Go 1.24 will require the final point release of Go 1.22 or later for bootstrap. +

+

Core library

New math/rand/v2 package