]> Cypherpunks.ru repositories - gostls13.git/commit
doc/go1.16: add release note for disallowing non-ASCII import paths
authorMichael Matloob <matloob@golang.org>
Thu, 7 Jan 2021 02:59:10 +0000 (21:59 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 7 Jan 2021 22:28:57 +0000 (22:28 +0000)
commit9b55088d6b49fd4bb4832589a1b7e8629de2800c
tree12d1d308c947fdb930b9adb4f619e585b2ee227d
parentfa90aaca7d523eaf81c02b48a412cad4ebc57817
doc/go1.16: add release note for disallowing non-ASCII import paths

golang.org/cl/251878 disallowed non-ASCII characters in import paths,
in module mode. They were already disallowed in module paths, so this
change just extended the restriction to the package subdirectory of
the module. Update the release notes to alert users of this change.

Fixes #43052

Change-Id: I1caf9ef978dd3ac599a3f82c5c376ad62e6fc436
Reviewed-on: https://go-review.googlesource.com/c/go/+/282194
Trust: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
doc/go1.16.html