Skip to content

Commit 2f387ac

Browse files
committed
doc: update 1.13 release notes
Write release notes for a few reflect, runtime, and syscall changes. The init randomization has been reverted. Change-Id: Idae481ca015e325eb7302abaa15b2792312f4c32 Reviewed-on: https://go-review.googlesource.com/c/go/+/181577 Reviewed-by: Austin Clements <[email protected]>
1 parent db042d2 commit 2f387ac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/go1.13.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
106106
</p>
107107

108108
<!-- CL 161904: https://golang.org/cl/161904: cmd/compile: do not export float or complex constants with -asmhdr -->
109-
<!-- CL 167780: https://golang.org/cl/167780: cmd/compile: rename init function from init.ializers back to init -->
109+
110110
<!-- CL 170448: https://golang.org/cl/170448: cmd/compile: enable -newescape by default -->
111111
<!-- CL 174125: https://golang.org/cl/174125: cmd/dist: add support for openbsd/arm64 -->
112112
<!-- CL 177797: https://golang.org/cl/177797: cmd/doc: always print package clause except for commands -->
@@ -303,8 +303,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
303303

304304
<dl id="runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
305305
<dd>
306-
<p><!-- CL 170318 -->
307-
TODO: <a href="https://golang.org/cl/170318">https://golang.org/cl/170318</a>: randomize package initialization order in race mode
306+
<p> <!-- CL 167780 -->
307+
Tracebacks, <code>runtime.Caller</code>,
308+
and <code>runtime.Callers</code> now refer to the function that
309+
initializes the global variables of <code>PKG</code>
310+
as <code>PKG.init</code> instead of <code>PKG.init.ializers</code>
308311
</p>
309312

310313
</dl><!-- runtime -->

0 commit comments

Comments
 (0)