Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: write Go 1.16 release notes #40700

Closed
dmitshur opened this issue Aug 11, 2020 · 60 comments
Closed

doc: write Go 1.16 release notes #40700

dmitshur opened this issue Aug 11, 2020 · 60 comments
Labels
Documentation FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done. recurring Issues that should never be closed, but moved to the next milestone once fixed in the current one. release-blocker umbrella
Milestone

Comments

@dmitshur
Copy link
Contributor

dmitshur commented Aug 11, 2020

Tracking bug for writing the Go 1.16 Release Notes.

The latest state on tip can be viewed at https://tip.golang.org/doc/go1.16.

When the Go 1.16 Release Notes are complete, this should be closed, and a similar issue should be made for the next release. Previous issues are #37419, #36878, #17929, #15810, #5929, etc.

@dmitshur dmitshur added Documentation help wanted NeedsFix The path to resolution is known, but the work has not been done. release-blocker recurring Issues that should never be closed, but moved to the next milestone once fixed in the current one. labels Aug 11, 2020
@dmitshur dmitshur added this to the Go1.16 milestone Aug 11, 2020
@gopherbot
Copy link

Change https://golang.org/cl/248198 mentions this issue: doc/go1.16: start draft release notes

gopherbot pushed a commit that referenced this issue Aug 12, 2020
This template is based on CL 220278 and previous ones like it.
Include Compiler and Linker sections proactively, they can be
removed if they don't end up being needed for Go 1.16.

Use two spaces of indentation for TODOs to set a better precedent
for the final text that will take its place.

'relnote -html' does not report any changes at this time.

For #40700.

Change-Id: I096b0ce0d33aaaa6fae9c91c0d2dfb89b9c5e94c
Reviewed-on: https://go-review.googlesource.com/c/go/+/248198
Reviewed-by: Carlos Amedee <carlos@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/260337 mentions this issue: doc/go1.16: document removal of GO386=387

gopherbot pushed a commit that referenced this issue Oct 7, 2020
Also add a few more TODOs as found by the relnote command.
It's an incomplete list due to #41849.

For #40700.

Change-Id: Id17a9be86d3338e1fcb281d26e7298ff26e92864
Reviewed-on: https://go-review.googlesource.com/c/go/+/260337
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/267718 mentions this issue: doc/go1.16: add release notes for darwin ports

gopherbot pushed a commit that referenced this issue Nov 10, 2020
Updates #38485, #42100.
For #40700.

Change-Id: I2caaa8482f13f9b79d4c2d2fdd242543981060cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/267718
Trust: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/272871 mentions this issue: doc/go1.16: fill in Go 1.16 release note TODOs using relnote

gopherbot pushed a commit that referenced this issue Nov 24, 2020
The additions were generated using golang.org/x/build/cmd/relnote
at CL 272907. It was modified to find previously-missed entries
by querying the Gerrit API in addition to the maintner corpus.

For #40700.
Updates #41849.

Change-Id: If575984fe40e0133ad5e8fc5411ea5063457250d
Reviewed-on: https://go-review.googlesource.com/c/go/+/272871
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/273166 mentions this issue: doc/go1.16: add time/tzdata release note for CL 261877

gopherbot pushed a commit that referenced this issue Nov 25, 2020
For #40700

Change-Id: I056cef20a5f071977d0ae589c7a50d5f69af3283
Reviewed-on: https://go-review.googlesource.com/c/go/+/273166
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/273267 mentions this issue: doc/go1.16: consolidate stdlib changes in "Minor changes" section

gopherbot pushed a commit that referenced this issue Nov 25, 2020
Many of the standard library changes that were added before CL 272871
ended up in the "Core library" section. That section is meant for
major changes like new packages, and most of these aren't.

Consolidate all changes in the "Minor changes to the library" section
for now, so that it's easier to get a complete picture of changes for
each package, along with the remaining TODOs. Add a TODO to read them
over at the end and factor out items that are worth highlighting.

Apply minor other fixups to improve consistency.

For #40700.

Change-Id: I7dc2e7ebf2ea3385fce0c207bae4ce467998a717
Reviewed-on: https://go-review.googlesource.com/c/go/+/273267
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/288276 mentions this issue: doc/go1.16: remove unnecessary <br> tag

gopherbot pushed a commit that referenced this issue Feb 1, 2021
Add missing <code> tags.
Remove unnecessary <br> tag.

For #40700

Change-Id: I03d3ce1c89a9ae3d3195dcd2bb8b1a61f011e1ed
Reviewed-on: https://go-review.googlesource.com/c/go/+/288275
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
gopherbot pushed a commit that referenced this issue Feb 1, 2021
Updates #36435, #40700.

Change-Id: I1e2ded111ad58066cc9f2c9d00e719497b0f34d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/287634
Trust: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Joel Sing <joel@sing.id.au>
@gopherbot
Copy link

Change https://golang.org/cl/289029 mentions this issue: doc/go1.15: add code tags to nil

@gopherbot
Copy link

Change https://golang.org/cl/289869 mentions this issue: doc/go1.16: add missed heading tag in vet section

gopherbot pushed a commit that referenced this issue Feb 5, 2021
Add missed heading tag in CL 276373.

For #40700

Change-Id: Ida9e8861589bbc296a5a1cecbf9fe33fa09ed0ca
GitHub-Last-Rev: d218f8d
GitHub-Pull-Request: #44111
Reviewed-on: https://go-review.googlesource.com/c/go/+/289869
Reviewed-by: Tim King <taking@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Tim King <taking@google.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/290330 mentions this issue: doc/go1.16: mention new vet check for asn1.Unmarshal

gopherbot pushed a commit that referenced this issue Feb 8, 2021
This vet check was added in CL 243397.

For #40700.

Change-Id: Ibff6df9395d37bb2b84a791443578009f23af4fb
GitHub-Last-Rev: e47c38f
GitHub-Pull-Request: #44147
Reviewed-on: https://go-review.googlesource.com/c/go/+/290330
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/291809 mentions this issue: doc/go1.16: remove draft notice

@gopherbot
Copy link

Change https://golang.org/cl/290329 mentions this issue: doc/go1.16: fix mismatched id attribute

gopherbot pushed a commit that referenced this issue Feb 16, 2021
For #40700.

Change-Id: I186a21899404bfb79c08bfa8623caf9da74b6b0d
GitHub-Last-Rev: 25d240d
GitHub-Pull-Request: #44145
Reviewed-on: https://go-review.googlesource.com/c/go/+/290329
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/292471 mentions this issue: doc/go1.16: remove todo

@gopherbot
Copy link

Change https://golang.org/cl/294669 mentions this issue: doc/1.16: fix link to fs.FileInfo

gopherbot pushed a commit that referenced this issue Feb 20, 2021
Updates #40700

Change-Id: Ifff622ccadaa31c0c0684c3c695aadcaa2305623
Reviewed-on: https://go-review.googlesource.com/c/go/+/294669
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/295209 mentions this issue: doc: start draft go1.17 release notes, move go1.16 to x/website

gopherbot pushed a commit to golang/website that referenced this issue Feb 23, 2021
Copied from Go commit 094048b93845c08e0f2db8639764f9564e64835b,
deleted there in CL 295209.

Include the fix from CL 292471: remove a resolved TODO comment.

Updates golang/go#40700.

Change-Id: I0c7a9b3855d4205783ca631aaeb64b6b52dde0c5
Reviewed-on: https://go-review.googlesource.com/c/website/+/295249
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
gopherbot pushed a commit that referenced this issue Feb 23, 2021
This template is based on CL 248198 and previous ones like it.
Continue to eagerly include often-used sections, and clarify that
the TODO is about completing the section, or removing if it turns
out not to be needed.

Move the Go 1.16 release notes to x/website, since that's the new
home for past Go release notes as of CL 291711. They're added to
x/website in CL 295249.

'relnote -html' does not report any CLs with RELNOTE annotations
since 2021/02/01.

For #44513.
Updates #40700.

Change-Id: Idd389335500ec4dec2764cbbaa385918cc8a79ad
Reviewed-on: https://go-review.googlesource.com/c/go/+/295209
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
@gopherbot
Copy link

Change https://golang.org/cl/295249 mentions this issue: _content/doc: add Go 1.16 release notes

@gopherbot
Copy link

Change https://golang.org/cl/296849 mentions this issue: _content/doc/go1.16: explicit point out ios as a build tag

gopherbot pushed a commit to golang/website that referenced this issue Mar 15, 2021
For golang/go#44626
For golang/go#40700

Change-Id: I42c064f1d7a7bda42cd1de161a923720021eeda5
Reviewed-on: https://go-review.googlesource.com/c/website/+/296849
Trust: Ian Lance Taylor <iant@golang.org>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
@golang golang locked and limited conversation to collaborators Feb 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge help wanted NeedsFix The path to resolution is known, but the work has not been done. recurring Issues that should never be closed, but moved to the next milestone once fixed in the current one. release-blocker umbrella
Projects
None yet
Development

No branches or pull requests

5 participants
@toothrot @earthboundkid @dmitshur @gopherbot and others