diff --git a/doc/go1.16.html b/doc/go1.16.html index f0dbee7b89..3e564f8af6 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -164,6 +164,12 @@ Do not send CLs removing the interior tags from such phrases. non-reproducible builds.
+
+ The go command now disallows non-ASCII import paths in module
+ mode. Non-ASCII module paths have already been disallowed so this change
+ affects module subdirectory paths that contain non-ASCII characters.
+