From: Rob Pike Date: Thu, 10 Sep 2015 20:53:42 +0000 (-0700) Subject: doc: in go1.6.txt, small changes to fmt and time X-Git-Tag: go1.6beta1~1112 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4779974314455f2b98db5a4526cffe786b566236;p=gostls13.git 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 --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index 7308b6fc91..b4b04e24f7 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -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/) \ No newline at end of file