From: Julie Date: Wed, 12 Jun 2019 16:33:19 +0000 (-0400) Subject: doc: add release notes for context X-Git-Tag: go1.13beta1~74 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=80f89133ea54b96d491f8780daaac253ed09abe9;p=gostls13.git doc: add release notes for context Change-Id: I4c52d9bcf941810dbdfdd39e7f339c8283d6bcc7 Reviewed-on: https://go-review.googlesource.com/c/go/+/181937 Reviewed-by: Katie Hockman --- diff --git a/doc/go1.13.html b/doc/go1.13.html index f6df9e07e5..5731cbbd81 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -139,7 +139,7 @@ TODO
context

- TODO: https://golang.org/cl/169080: don't depend on fmt + The formatting of contexts returned by WithValue no longer depends on fmt and will not stringify in the same way. Code that depends on the exact previous stringification might be affected.