From 813c9523a92fbc8e6c3cf1e17de78f2d7ab905a5 Mon Sep 17 00:00:00 2001 From: shaquilleq Date: Wed, 3 Jun 2020 18:25:46 -0700 Subject: [PATCH] doc/go1.15: add release notes for fmt Updates #37419 Change-Id: I344dd93ed7a75f88e7f937c80f5a6ad6c0327a07 Reviewed-on: https://go-review.googlesource.com/c/go/+/236417 Reviewed-by: Dmitri Shuralyov --- doc/go1.15.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/go1.15.html b/doc/go1.15.html index 492cac0b09..ea96dcfe5f 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -390,7 +390,8 @@ TODO
fmt

- TODO: https://golang.org/cl/215001: do not remove trailing zeros for %g and %G with #(sharp) flag + The printing verbs %#g and %#G now preserve + trailing zeros for floating-point values.