diff --git a/doc/go1.7.html b/doc/go1.7.html
index 409f7ab943..7e17ff2424 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -916,6 +916,12 @@ For example, the address on which a request received is
req.Context().Value(http.LocalAddrContextKey).(net.Addr).
+The server's Serve method
+now only enables HTTP/2 support if the Server.TLSConfig field is nil
+or includes "h2" in its TLSConfig.NextProto.
+
The server implementation now pads response codes less than 100 to three digits