mirror of https://github.com/golang/go.git
doc: add release notes for context
Change-Id: I4c52d9bcf941810dbdfdd39e7f339c8283d6bcc7 Reviewed-on: https://go-review.googlesource.com/c/go/+/181937 Reviewed-by: Katie Hockman <katie@golang.org>
This commit is contained in:
parent
6a9b22ce9d
commit
80f89133ea
|
|
@ -139,7 +139,7 @@ TODO
|
|||
<dl id="context"><dt><a href="/pkg/context/">context</a></dt>
|
||||
<dd>
|
||||
<p><!-- CL 169080 -->
|
||||
TODO: <a href="https://golang.org/cl/169080">https://golang.org/cl/169080</a>: don't depend on fmt
|
||||
The formatting of contexts returned by <a href="/pkg/context/#WithValue"><code>WithValue</code></a> no longer depends on <code>fmt</code> and will not stringify in the same way. Code that depends on the exact previous stringification might be affected.
|
||||
</p>
|
||||
|
||||
</dl><!-- context -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue