diff --git a/doc/go1.15.html b/doc/go1.15.html
index ffe9d26dc79..dd25b27c5f6 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -478,7 +478,7 @@ Do not send CLs removing the interior tags from such phrases.
ClientAuthType
now implement fmt.Stringer
.
The ConnectionState
fields OCSPResponse
and SignedCertificateTimestamps
@@ -569,7 +569,13 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://golang.org/cl/203417: fix reserved namespace check to be case-insensitive
+ The encoder has always taken care to avoid using namespace prefixes beginning with
+ xml
,
+ which are reserved by the XML specification.
+ Now, following the specification more closely,
+ that check is case-insensitive, so that prefixes beginning with
+ XML
, XmL
,
+ and so on are also avoided.