From: Russ Cox Date: Mon, 5 Jun 2023 16:42:58 +0000 (-0400) Subject: doc/go1.21: move Ports to end X-Git-Tag: go1.21rc1~100 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eb413f7bcd27569494c6296c8f2bb3d8f2d8710d;p=gostls13.git doc/go1.21: move Ports to end The most important parts of almost any release notes are the language and tool changes. Those should be the first two sections. Instead Ports interrupts the flow with information that usually matters only to very few users. Move Ports to the end of the release notes. Change-Id: I78492e91e368184fb5f8e8d44d63f35b8f14eeae Reviewed-on: https://go-review.googlesource.com/c/go/+/500957 TryBot-Bypass: Russ Cox Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.21.html b/doc/go1.21.html index 47edb6d402..575f93b9b5 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -137,62 +137,6 @@ Do not send CLs removing the interior tags from such phrases. TODO: complete this section

-

Ports

- -

Darwin

- -

- As announced in the Go 1.20 release notes, - Go 1.21 requires macOS 10.15 Catalina or later; - support for previous versions has been discontinued. -

- -

Windows

- -

- As announced in the Go 1.20 release notes, - Go 1.21 requires at least Windows 10 or Windows Server 2016; - support for previous versions has been discontinued. -

- - -

- -

- -

WebAssembly

- -

- The new go:wasmimport directive can now be used in Go programs - to import functions from the WebAssembly host. -

- - -

- The Go scheduler now interacts much more efficiently with the - JavaScript event loop, especially in applications that block - frequently on asynchronous events. -

- - -

WebAssembly System Interface

- -

- Go 1.21 adds an experimental port to the - WebAssembly System Interface (WASI), Preview 1 - (GOOS=wasip1, GOARCH=wasm). -

- -

- As a result of the addition of the new GOOS value - "wasip1", Go files named *_wasip1.go - will now be ignored - by Go tools except when that GOOS value is being - used. - If you have existing filenames matching that pattern, you will - need to rename them. -

-

Tools

@@ -1009,6 +953,63 @@ Do not send CLs removing the interior tags from such phrases.

+

Ports

+ +

Darwin

+ +

+ As announced in the Go 1.20 release notes, + Go 1.21 requires macOS 10.15 Catalina or later; + support for previous versions has been discontinued. +

+ +

Windows

+ +

+ As announced in the Go 1.20 release notes, + Go 1.21 requires at least Windows 10 or Windows Server 2016; + support for previous versions has been discontinued. +

+ + +

+ +

+ +

WebAssembly

+ +

+ The new go:wasmimport directive can now be used in Go programs + to import functions from the WebAssembly host. +

+ + +

+ The Go scheduler now interacts much more efficiently with the + JavaScript event loop, especially in applications that block + frequently on asynchronous events. +

+ + +

WebAssembly System Interface

+ +

+ Go 1.21 adds an experimental port to the + WebAssembly System Interface (WASI), Preview 1 + (GOOS=wasip1, GOARCH=wasm). +

+ +

+ As a result of the addition of the new GOOS value + "wasip1", Go files named *_wasip1.go + will now be ignored + by Go tools except when that GOOS value is being + used. + If you have existing filenames matching that pattern, you will + need to rename them. +

+ +