]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update go1.6.txt
authorDave Cheney <dave@cheney.net>
Wed, 9 Dec 2015 03:20:36 +0000 (14:20 +1100)
committerDave Cheney <dave@cheney.net>
Wed, 9 Dec 2015 04:41:58 +0000 (04:41 +0000)
Change-Id: I1164c7a76cf6e6c48ca5153d4c163f5962c4f0cd
Reviewed-on: https://go-review.googlesource.com/17622
Reviewed-by: Dave Cheney <dave@cheney.net>
doc/go1.6.txt

index 7bed16724443910f2e8566255cb6ccbb079d1c34..fb141cecf957c196be69e0f9283e479def10728c 100644 (file)
@@ -33,6 +33,7 @@ net/http: HTTP/2.0 support (many CLs)
 net/url: make *url.Error implement net.Error (https://golang.org/cl/15672)
 path/filepath: Join("c:", "a") now returns `c:a` instead of `c:\a` on windows (https://golang.org/cl/17470)
 runtime: only one goroutine in traceback (https://golang.org/cl/16512) maybe
+runtime: best-effort detection of concurrent misuse of maps (https://golang.org/cl/17501)
 strconv: QuoteToGraphic (https://golang.org/cl/14184/)
 text/template: ExecError (https://golang.org/cl/13957/)
 text/template: trimming spaces (https://golang.org/cl/14391/)