1
0
mirror of https://github.com/golang/go synced 2024-11-23 00:20:12 -07:00

doc/go1.15: add release notes for time

Updates #37419

Change-Id: I2018b55f335400070bfa3573adab9549a5bf6a1a
Reviewed-on: https://go-review.googlesource.com/c/go/+/236158
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Julie Qiu 2020-06-02 13:51:38 -04:00
parent cb5fad79d0
commit bdf76ca045

View File

@ -662,7 +662,7 @@ TODO
</p>
<p><!-- CL 227878 -->
TODO: <a href="https://golang.org/cl/227878">https://golang.org/cl/227878</a>: quote original value in errors returned by ParseDuration
When returning an error, <a href="/pkg/time/#ParseDuration"><code>ParseDuration</code></a> now quotes the original value.
</p>
</dd>
</dl><!-- time -->