diff --git a/doc/go1.14.html b/doc/go1.14.html
index 4e7381b900..5369c43944 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -430,7 +430,7 @@ appropriately.)
The hash functions are collision-resistant but not cryptographically secure.
-
+
- crypto/tls
@@ -492,7 +492,7 @@ appropriately.)
Certificate.SupportedSignatureAlgorithms
field to disable them.
-
+
- debug/dwarf
@@ -534,7 +534,7 @@ appropriately.)
TagBMPString
constant.
-
+
- encoding/json
@@ -553,7 +553,7 @@ appropriately.)
was never a documented feature. For proper escaping, see HTMLEscape.
-
+
- go/build
@@ -619,7 +619,7 @@ appropriately.)
computation. Several architectures implement this computation
using dedicated hardware instructions for additional performance.
-
+
- math/big
@@ -629,7 +629,7 @@ appropriately.)
now allows the inputs a and b to be
zero or negative.
-
+
- math/bits
@@ -654,7 +654,7 @@ appropriately.)
with an
IETF draft that treats application/javascript as obsolete.
-
+
- mime/multipart
@@ -731,7 +731,7 @@ appropriately.)
a syscall.SIGTERM signal, similar to how Control-C
and Control-Break generate a syscall.SIGINT signal.
-
+
- plugin
@@ -739,12 +739,10 @@ appropriately.)
The plugin package now supports freebsd/amd64.
-
+
-
-
-- reflect
+- reflect
-
StructOf now
@@ -752,7 +750,7 @@ appropriately.)
setting the PkgPath field in
a StructField element.
-
+
- runtime
@@ -769,7 +767,7 @@ appropriately.)
to the main thread
rather than the thread writing to the closed pipe.
-
+
- runtime/pprof
@@ -781,6 +779,7 @@ appropriately.)
the pprof tool expects. This is a fix for the regression introduced
during recent releases.
+
- strconv
@@ -809,7 +808,7 @@ appropriately.)
performance of highly contended mutexes on high CPU count
machines.
-
+
- testing
@@ -820,6 +819,7 @@ appropriately.)
T.Cleanup or
B.Cleanup respectively.
+
- text/template