Skip to content

Commit 813c952

Browse files
shaqquedmitshur
authored andcommitted
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 <[email protected]>
1 parent d282b0f commit 813c952

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/go1.15.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
390390
<dl id="fmt"><dt><a href="/pkg/fmt/">fmt</a></dt>
391391
<dd>
392392
<p><!-- CL 215001 -->
393-
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
393+
The printing verbs <code>%#g</code> and <code>%#G</code> now preserve
394+
trailing zeros for floating-point values.
394395
</p>
395396
</dd>
396397
</dl><!-- fmt -->

0 commit comments

Comments
 (0)