]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.6.txt: mention possible GOTRACEBACK change
authorRuss Cox <rsc@golang.org>
Fri, 30 Oct 2015 15:08:25 +0000 (11:08 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 30 Oct 2015 18:43:53 +0000 (18:43 +0000)
For CL 16512, #12366, #13107.

Change-Id: I0ed1bb9597ac3db3fa35a037c304060d5a7e6d51
Reviewed-on: https://go-review.googlesource.com/16513
Reviewed-by: Austin Clements <austin@google.com>
doc/go1.6.txt

index 3027f5a98348bfed7ab5f82f355ac48a89a93bdc..83242e16bfe1538c77e6a0d019067f888cbd8ae3 100644 (file)
@@ -20,6 +20,7 @@ image: add NYCbCrA types (https://golang.org/cl/15671)
 math/rand: add Read (https://golang.org/cl/14522)
 net/http: HTTP/2.0 support (many CLs)
 net/url: make *url.Error implement net.Error (https://golang.org/cl/15672)
+runtime: only one goroutine in traceback (https://golang.org/cl/16512) maybe
 strconv: QuoteToGraphic (https://golang.org/cl/14184/)
 text/template: ExecError (https://golang.org/cl/13957/)
 text/template: trimming spaces (https://golang.org/cl/14391/)