doc/go1.15: update Go 1.15 release notes using relnote

The additions were generated using golang.org/x/build/cmd/relnote.

Updates #37419

Change-Id: I99e934377e4bb511c44908039ad6d3bfd3ee35ce
Reviewed-on: https://go-review.googlesource.com/c/go/+/241065
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Carlos Amedee 2020-07-07 07:39:05 -04:00
parent 6b344170db
commit bff372793a

View file

@ -335,6 +335,11 @@ Do not send CLs removing the interior tags from such phrases.
improvements expected in future releases. improvements expected in future releases.
</p> </p>
<p><!-- CL 207877 -->
TODO: <a href="https://golang.org/cl/207877">https://golang.org/cl/207877</a>: Revert -buildmode=pie to internal linking.
The linker defaults to internal linking mode for PIE on linux/amd64 and linux/arm64, which does require a C linker.
</p>
<h2 id="objdump">Objdump</h2> <h2 id="objdump">Objdump</h2>
<p><!-- CL 225459 --> <p><!-- CL 225459 -->
@ -938,6 +943,10 @@ Do not send CLs removing the interior tags from such phrases.
return temporary directories that are automatically cleaned up return temporary directories that are automatically cleaned up
at the end of the test. at the end of the test.
</p> </p>
<p><!-- CL 229085 -->
TODO: <a href="https://golang.org/cl/229085">https://golang.org/cl/229085</a>: reformat test chatty output
</p>
</dd> </dd>
</dl><!-- testing --> </dl><!-- testing -->