From a21b4bca0c82098f3a445d663365c9afea8fa699 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 30 Oct 2015 11:08:25 -0400 Subject: [PATCH] doc/go1.6.txt: mention possible GOTRACEBACK change For CL 16512, #12366, #13107. Change-Id: I0ed1bb9597ac3db3fa35a037c304060d5a7e6d51 Reviewed-on: https://go-review.googlesource.com/16513 Reviewed-by: Austin Clements --- doc/go1.6.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.6.txt b/doc/go1.6.txt index 3027f5a983..83242e16bf 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -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/) -- 2.48.1