]> Cypherpunks repositories - gostls13.git/commitdiff
doc: document new default for GODEBUG gotypesalias setting in release notes
authorRobert Griesemer <gri@golang.org>
Wed, 5 Jun 2024 20:07:09 +0000 (13:07 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 5 Jun 2024 21:30:00 +0000 (21:30 +0000)
For #65614.

Change-Id: I9487521817348053170da293c01ac55f6e3dcd20
Reviewed-on: https://go-review.googlesource.com/c/go/+/590895
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
TryBot-Bypass: Robert Griesemer <gri@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/next/6-stdlib/99-minor/go/types/cl-577715.md [new file with mode: 0644]

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 (file)
index 0000000..939d5ac
--- /dev/null
@@ -0,0 +1,4 @@
+<!-- CL 577715, CL 579076 -->
+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.