From: Keith Randall
Date: Mon, 10 Jun 2019 19:51:51 +0000 (-0700)
Subject: doc: update 1.13 release notes
X-Git-Tag: go1.13beta1~64
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2f387ac1f3d171357be97034826c93d1bd2e0fdc;p=gostls13.git
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
---
diff --git a/doc/go1.13.html b/doc/go1.13.html
index a075d9f731..5723fee1b3 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -106,7 +106,7 @@ TODO
-
+
@@ -303,8 +303,11 @@ TODO
- runtime
-
-
- TODO: https://golang.org/cl/170318: randomize package initialization order in race mode
+
+ Tracebacks, runtime.Caller
,
+ and runtime.Callers
now refer to the function that
+ initializes the global variables of PKG
+ as PKG.init
instead of PKG.init.ializers