diff --git a/doc/go1.21.html b/doc/go1.21.html index c1cca12d22..040a12c682 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -25,6 +25,15 @@ Do not send CLs removing the interior tags from such phrases.

Changes to the language

+ +

+ Go 1.21 adds two new built-ins to the language: + the new functions min and max compute the + smallest (or largest, for max) value of a fixed number + of given arguments. + See the language spec for details. +

+

TODO: https://go.dev/issue/56986: extended backwards compatibility for Go