From: shaquilleq Date: Thu, 4 Jun 2020 01:25:46 +0000 (-0700) Subject: doc/go1.15: add release notes for fmt X-Git-Tag: go1.15beta1~29 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=813c9523a92fbc8e6c3cf1e17de78f2d7ab905a5;p=gostls13.git 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 --- 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.