]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add release notes for context
authorJulie <julie@golang.org>
Wed, 12 Jun 2019 16:33:19 +0000 (12:33 -0400)
committerJulie Qiu <julie@golang.org>
Fri, 14 Jun 2019 16:46:12 +0000 (16:46 +0000)
Change-Id: I4c52d9bcf941810dbdfdd39e7f339c8283d6bcc7
Reviewed-on: https://go-review.googlesource.com/c/go/+/181937
Reviewed-by: Katie Hockman <katie@golang.org>
doc/go1.13.html

index f6df9e07e5c2271c324e8cd9dedf088f2de478e8..5731cbbd81406b600a117aa3456d33b781927357 100644 (file)
@@ -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&#39;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 -->