Skip to content

Commit d3762fc

Browse files
prattmicgopherbot
authored andcommitted
internal/history: document Go 1.25.3 and 1.24.9 releases
Change-Id: I6a6a636c350d84c4a9d918da7669971ccd1ea696 Reviewed-on: https://go-review.googlesource.com/c/website/+/711500 Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Michael Pratt <[email protected]>
1 parent 813bcd9 commit d3762fc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

internal/history/release.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ import "html/template"
1313
//
1414
// The table is sorted by date, breaking ties with newer versions first.
1515
var Releases = []*Release{
16+
{
17+
Date: Date{2025, 10, 13}, Version: Version{1, 25, 3},
18+
Bug: &FixSummary{
19+
Packages: []string{"crypto/x509"},
20+
},
21+
},
22+
{
23+
Date: Date{2025, 10, 13}, Version: Version{1, 24, 9},
24+
Bug: &FixSummary{
25+
Packages: []string{"crypto/x509"},
26+
},
27+
},
1628
{
1729
Date: Date{2025, 10, 7}, Version: Version{1, 25, 2},
1830
Security: &FixSummary{

0 commit comments

Comments
 (0)