internal/history: document Go 1.14.3 and Go 1.13.11

Change-Id: I085358ef9e3e93466eac54c1e26426ea5df32565
Reviewed-on: https://go-review.googlesource.com/c/website/+/234037
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/internal/history/release.go b/internal/history/release.go
index e7c4487..8926136 100644
--- a/internal/history/release.go
+++ b/internal/history/release.go
@@ -31,6 +31,18 @@
 // It contains entries for releases of Go 1.9 and newer.
 // Older releases are listed in doc/devel/release.html.
 var Releases = map[GoVer]Release{
+	{1, 14, 3}: {
+		Date: Date{2020, 5, 14},
+
+		Components: []template.HTML{"cgo", "the compiler", "the runtime"},
+		Packages:   []string{"go/doc", "math/big"},
+	},
+	{1, 13, 11}: {
+		Date: Date{2020, 5, 14},
+
+		Components: []template.HTML{"the compiler"},
+	},
+
 	{1, 14, 2}: {
 		Date: Date{2020, 4, 8},