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

doc: in go1.6.txt, small changes to fmt and time

Change-Id: Ie86b703407f0f655a4552dd6e03df5f263be43db
Reviewed-on: https://go-review.googlesource.com/14492
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Rob Pike 2015-09-10 13:53:42 -07:00
parent a00cec90ca
commit 4779974314

View File

@ -8,6 +8,8 @@ NaCl is no longer restricted to pepper_41 (https://golang.org/cl/13958/)
API additions and behavior changes:
fmt: allow any integer type as an argument to the * operator (https://golang.org/cl/14491/)
strconv: QuoteToGraphic (https://golang.org/cl/14184/)
text/template: ExecError (https://golang.org/cl/13957/)
text/template: trimming spaces (https://golang.org/cl/14391/)
time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/)