From 2f387ac1f3d171357be97034826c93d1bd2e0fdc Mon Sep 17 00:00:00 2001
From: Keith Randall
Date: Mon, 10 Jun 2019 12:51:51 -0700
Subject: [PATCH] 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
---
doc/go1.13.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
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
--
2.50.0