internal/history: document Go 1.20.4 and 1.19.9 releases

Change-Id: I67f76d7bf4116b451019ae875bc9ca2c6ef55ad9
Reviewed-on: https://go-review.googlesource.com/c/website/+/491455
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
diff --git a/internal/history/release.go b/internal/history/release.go
index 024f1b2..b55051d 100644
--- a/internal/history/release.go
+++ b/internal/history/release.go
@@ -16,8 +16,7 @@
 var Releases = []*Release{
 	{
 		Date: Date{2023, 5, 2}, Version: Version{1, 20, 4},
-		Future:   true,
-		Security: &FixSummary{Components: []template.HTML{"the standard library"}},
+		Security: &FixSummary{Quantifier: "three", Packages: []string{"html/template"}},
 		Bug: &FixSummary{
 			Components: []template.HTML{"the compiler", "the runtime"},
 			Packages:   []string{"crypto/subtle", "crypto/tls", "net/http", "syscall"},
@@ -25,8 +24,7 @@
 	},
 	{
 		Date: Date{2023, 5, 2}, Version: Version{1, 19, 9},
-		Future:   true,
-		Security: &FixSummary{Components: []template.HTML{"the standard library"}},
+		Security: &FixSummary{Quantifier: "three", Packages: []string{"html/template"}},
 		Bug: &FixSummary{
 			Components: []template.HTML{"the compiler", "the runtime"},
 			Packages:   []string{"crypto/tls", "syscall"},