diff --git a/doc/go1.19.html b/doc/go1.19.html
index f57451eb4f..be313f0f3b 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -50,6 +50,13 @@ Do not send CLs removing the interior tags from such phrases.
with -trimpath.
+ go test and go generate now place
+ GOROOT/bin at the beginning of the PATH used for the
+ subprocess, so tests and generators that execute the go command
+ will resolve it to same GOROOT.
+
go env now quotes entries that contain spaces in
the CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_FFLAGS, CGO_LDFLAGS,