From 80f89133ea54b96d491f8780daaac253ed09abe9 Mon Sep 17 00:00:00 2001 From: Julie Date: Wed, 12 Jun 2019 12:33:19 -0400 Subject: [PATCH] doc: add release notes for context Change-Id: I4c52d9bcf941810dbdfdd39e7f339c8283d6bcc7 Reviewed-on: https://go-review.googlesource.com/c/go/+/181937 Reviewed-by: Katie Hockman --- doc/go1.13.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.48.1