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>
This commit is contained in:
Родитель
eb076cb85a
Коммит
0a584939d7
|
@ -16,8 +16,7 @@ import "html/template"
|
|||
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 @@ var Releases = []*Release{
|
|||
},
|
||||
{
|
||||
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"},
|
||||
|
|
Загрузка…
Ссылка в новой задаче