From: Robert Griesemer Date: Wed, 5 Jun 2024 20:07:09 +0000 (-0700) Subject: doc: document new default for GODEBUG gotypesalias setting in release notes X-Git-Tag: go1.23rc1~76 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7274921681d1ddf4d3246b0c92f0d6d6580afc7a;p=gostls13.git doc: document new default for GODEBUG gotypesalias setting in release notes For #65614. Change-Id: I9487521817348053170da293c01ac55f6e3dcd20 Reviewed-on: https://go-review.googlesource.com/c/go/+/590895 Reviewed-by: Dmitri Shuralyov Reviewed-by: Robert Griesemer Auto-Submit: Robert Griesemer TryBot-Bypass: Robert Griesemer Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/next/6-stdlib/99-minor/go/types/cl-577715.md b/doc/next/6-stdlib/99-minor/go/types/cl-577715.md new file mode 100644 index 0000000000..939d5ac46c --- /dev/null +++ b/doc/next/6-stdlib/99-minor/go/types/cl-577715.md @@ -0,0 +1,4 @@ + +By default, go/types now produces [Alias] type nodes for type aliases. +This behavior can be controlled by the `GODEBUG` `gotypesalias` flag. +Its default has changed from 0 in Go 1.22 to 1 in Go 1.23.