From: Russ Cox Date: Mon, 27 Apr 2015 23:28:16 +0000 (-0400) Subject: doc/go1.5.txt: mention goroutine scheduling change X-Git-Tag: go1.5beta1~868 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cbbe9f63dc58e342ef97a968bedcf863f945c47b;p=gostls13.git doc/go1.5.txt: mention goroutine scheduling change Change-Id: I43a40f0c10472b3126c06b0d4268b32b54665f12 Reviewed-on: https://go-review.googlesource.com/9349 Reviewed-by: Rob Pike --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 238e2b56b9..c6e0938a54 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -13,6 +13,9 @@ darwin/arm, a.k.a iOS. (https://golang.org/cl/2118, 2119, 3273, 2121, 2122, ..., darwin/arm64 linux/arm64 (cgo is supported, but only with external linking) +Runtime: +goroutine scheduling order changed; never guaranteed by language, but can break tests that implicitly assume a specific execution order + Removed Ports: dragonfly/386 (https://golang.org/cl/7543)