diff --git a/doc/go1.16.html b/doc/go1.16.html index 1e73355b690..9e7ae1da272 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -182,7 +182,10 @@ Do not send CLs removing the interior tags from such phrases. TODO: update with final numbers later in the release.

- +

+ On Windows, go build -buildmode=c-shared now generates Windows + ASLR DLLs by default. ASLR can be disabled with --ldflags=-aslr=false. +

Core library