internal/history: make minor updates for Go 1.14.6 and 1.13.14

Change-Id: I42a6565660bf476ae8d56539389c85c5be1f71fd
Reviewed-on: https://go-review.googlesource.com/c/website/+/243121
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
diff --git a/internal/history/release.go b/internal/history/release.go
index a0d1280..9ec5dec 100644
--- a/internal/history/release.go
+++ b/internal/history/release.go
@@ -34,13 +34,13 @@
 	{1, 14, 6}: {
 		Date: Date{2020, 7, 16},
 
-		Components: []template.HTML{"the <code>go</code> command", "the toolchain"},
-		Packages:   []string{"database/sql", "encoding/json", "net/http", "testing"},
+		Components: []template.HTML{"the <code>go</code> command", "the compiler", "the linker", "vet"},
+		Packages:   []string{"database/sql", "encoding/json", "net/http", "reflect", "testing"},
 	},
 	{1, 13, 14}: {
 		Date: Date{2020, 7, 16},
 
-		Components: []template.HTML{"the <code>go</code> command", "the compiler", "the toolchain"},
+		Components: []template.HTML{"the compiler", "vet"},
 		Packages:   []string{"database/sql", "net/http", "reflect"},
 	},