diff --git a/doc/go1.14.html b/doc/go1.14.html
index 8c179127a3b..5f736661616 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -478,9 +478,40 @@ appropriately.)
Certificate.SupportedSignatureAlgorithms
field to disable them.
+ Config.Certificates
and
+ Config.GetCertificate
+ can now both be nil if
+ Config.GetConfigForClient
+ is set. If the callbacks return neither certificates nor an error, the
+ unrecognized_name
is now sent.
+
+ The new CertificateRequestInfo.Version
+ field provides the TLS version to client certificates callbacks.
+
+ The new TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
and
+ TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
constants use
+ the final names for the cipher suites previously referred to as
+ TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
and
+ TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305
.
+
+ Certificate.CreateCRL
+ now supports Ed25519 issuers.
+