aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshaquilleq <shaqqywyan@gmail.com>2020-06-03 18:25:46 -0700
committerDmitri Shuralyov <dmitshur@golang.org>2020-06-05 22:52:06 +0000
commit813c9523a92fbc8e6c3cf1e17de78f2d7ab905a5 (patch)
treea6cad1250ec966630cf0aa3bf712b5195dee6da9
parentd282b0f1121c475c3b435843a722a47172c20e7e (diff)
downloadgo-813c9523a92fbc8e6c3cf1e17de78f2d7ab905a5.tar.gz
go-813c9523a92fbc8e6c3cf1e17de78f2d7ab905a5.zip
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 <dmitshur@golang.org>
-rw-r--r--doc/go1.15.html3
1 files changed, 2 insertions, 1 deletions
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
<dl id="fmt"><dt><a href="/pkg/fmt/">fmt</a></dt>
<dd>
<p><!-- CL 215001 -->
- TODO: <a href="https://golang.org/cl/215001">https://golang.org/cl/215001</a>: do not remove trailing zeros for %g and %G with #(sharp) flag
+ The printing verbs <code>%#g</code> and <code>%#G</code> now preserve
+ trailing zeros for floating-point values.
</p>
</dd>
</dl><!-- fmt -->