internal/history: document Go 1.17.2 and Go 1.16.9

Change-Id: I555f2e1c396ceffc7819cf423226f556bb4af5f5
Reviewed-on: https://go-review.googlesource.com/c/website/+/354570
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Michael Knyszek <mknyszek@google.com>
Website-Publish: DO NOT USE <dmitshur@google.com>
This commit is contained in:
Michael Anthony Knyszek 2021-10-07 14:15:10 +00:00 коммит произвёл Michael Knyszek
Родитель 86761ae22c
Коммит 3b9afa944d
1 изменённых файлов: 14 добавлений и 0 удалений

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

@ -14,6 +14,20 @@ import "golang.org/x/website/internal/backport/html/template"
//
// The table is sorted by date, breaking ties with newer versions first.
var Releases = []*Release{
{
Date: Date{2021, 10, 7}, Version: Version{1, 17, 2},
CustomSummary: `includes a security fix to the linker and <code>misc/wasm</code> directory,
as well as bug fixes to the compiler, the runtime, the <code>go</code> command, and to the <code>time</code> and <code>text/template</code> packages.
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.17.2+label%3ACherryPickApproved">Go
1.17.2 milestone</a> on our issue tracker for details.`,
},
{
Date: Date{2021, 10, 7}, Version: Version{1, 16, 9},
CustomSummary: `includes a security fix to the linker and <code>misc/wasm</code> directory,
as well as bug fixes to the runtime and to the <code>text/template</code> package.
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.16.9+label%3ACherryPickApproved">Go
1.16.9 milestone</a> on our issue tracker for details.`,
},
{
Date: Date{2021, 9, 9}, Version: Version{1, 17, 1},
CustomSummary: `includes a security fix to the <code>archive/zip</code> package,