diff --git a/doc/go1.15.html b/doc/go1.15.html
index 73dbf89c2d..7506a6aa49 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -406,6 +406,20 @@ TODO
DialContext
method permits using a context to both connect and handshake with a TLS server.
+ The new
+ VerifyConnection
+ callback on the Config type
+ allows custom verification logic for every connection. It has access to the
+ ConnectionState
+ which includes peer certificates, SCTs, and stapled OCSP responses.
+
+ Auto-generated session ticket keys are now automatically rotated every 24 hours, + with a lifetime of 7 days, to limit their impact on forward secrecy. +