doc/go1.15.html | 10 ++++++++-- diff --git a/doc/go1.15.html b/doc/go1.15.html index ffe9d26dc79ad3fbafca6d6a64bd74c12459382a..dd25b27c5f679a6f35b4b880513e70f56c74c698 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -478,7 +478,7 @@ CurveID, and ClientAuthType now implement fmt.Stringer.

- +

The ConnectionState fields OCSPResponse and SignedCertificateTimestamps @@ -569,7 +569,13 @@

encoding/xml

- 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.