internal/history: document Go 1.22.6 and 1.21.13 releases

Change-Id: If5481efb371aad0c61c4d0a0aec4ecbb8ebd3600
Reviewed-on: https://go-review.googlesource.com/c/website/+/603455
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
David Chase 2024-08-06 12:32:18 -04:00
Родитель 6dc5e9bfb6
Коммит c87b2eb979
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,20 @@ import "html/template"
//
// The table is sorted by date, breaking ties with newer versions first.
var Releases = []*Release{
{
Date: Date{2024, 8, 6}, Version: Version{1, 22, 6},
Bug: &FixSummary{
Components: []template.HTML{"the <code>go</code> command", "the compiler", "the linker", "the <code>trace</code> command", "the <code>covdata</code> command"},
Packages: []string{"bytes", "go/types", "os/exec"},
},
},
{
Date: Date{2024, 8, 6}, Version: Version{1, 21, 13},
Bug: &FixSummary{
Components: []template.HTML{"the <code>go</code> command", "the <code>covdata</code> command"},
Packages: []string{"bytes"},
},
},
{
Date: Date{2024, 7, 2}, Version: Version{1, 22, 5},
Security: &FixSummary{