]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update 1.13 release notes
authorKeith Randall <khr@google.com>
Mon, 10 Jun 2019 19:51:51 +0000 (12:51 -0700)
committerKeith Randall <khr@golang.org>
Mon, 17 Jun 2019 21:18:44 +0000 (21:18 +0000)
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 <austin@google.com>
doc/go1.13.html

index a075d9f731bff22e8be449217ae38eaef519cac5..5723fee1b346f21edab354252556417880fdf9bf 100644 (file)
@@ -106,7 +106,7 @@ TODO
 </p>
 
 <!-- CL 161904: https://golang.org/cl/161904: cmd/compile: do not export float or complex constants with -asmhdr -->
-<!-- CL 167780: https://golang.org/cl/167780: cmd/compile: rename init function from init.ializers back to init -->
+
 <!-- CL 170448: https://golang.org/cl/170448: cmd/compile: enable -newescape by default -->
 <!-- CL 174125: https://golang.org/cl/174125: cmd/dist: add support for openbsd/arm64 -->
 <!-- CL 177797: https://golang.org/cl/177797: cmd/doc: always print package clause except for commands -->
@@ -303,8 +303,11 @@ TODO
 
 <dl id="runtime"><dt><a href="/pkg/runtime/">runtime</a></dt>
   <dd>
-    <p><!-- CL 170318 -->
-      TODO: <a href="https://golang.org/cl/170318">https://golang.org/cl/170318</a>: randomize package initialization order in race mode
+    <p> <!-- CL 167780 -->
+      Tracebacks, <code>runtime.Caller</code>,
+      and <code>runtime.Callers</code> now refer to the function that
+      initializes the global variables of <code>PKG</code>
+      as <code>PKG.init</code> instead of <code>PKG.init.ializers</code>
     </p>
 
 </dl><!-- runtime -->