Skip to content

Commit 80f8913

Browse files
committed
doc: add release notes for context
Change-Id: I4c52d9bcf941810dbdfdd39e7f339c8283d6bcc7 Reviewed-on: https://go-review.googlesource.com/c/go/+/181937 Reviewed-by: Katie Hockman <[email protected]>
1 parent 6a9b22c commit 80f8913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.13.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
139139
<dl id="context"><dt><a href="/pkg/context/">context</a></dt>
140140
<dd>
141141
<p><!-- CL 169080 -->
142-
TODO: <a href="https://golang.org/cl/169080">https://golang.org/cl/169080</a>: don&#39;t depend on fmt
142+
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.
143143
</p>
144144

145145
</dl><!-- context -->

0 commit comments

Comments
 (0)