Skip to content

Commit 7fae553

Browse files
committed
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent a8c73ce commit 7fae553

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
@@ -31,6 +31,18 @@ type Release struct {
3131
// It contains entries for releases of Go 1.9 and newer.
3232
// Older releases are listed in doc/devel/release.html.
3333
var Releases = map[GoVer]Release{
34+
{1, 14, 3}: {
35+
Date: Date{2020, 5, 14},
36+
37+
Components: []template.HTML{"cgo", "the compiler", "the runtime"},
38+
Packages: []string{"go/doc", "math/big"},
39+
},
40+
{1, 13, 11}: {
41+
Date: Date{2020, 5, 14},
42+
43+
Components: []template.HTML{"the compiler"},
44+
},
45+
3446
{1, 14, 2}: {
3547
Date: Date{2020, 4, 8},
3648

0 commit comments

Comments
 (0)