]> Cypherpunks repositories - gostls13.git/commitdiff
doc: in go1.6.txt, small changes to fmt and time
authorRob Pike <r@golang.org>
Thu, 10 Sep 2015 20:53:42 +0000 (13:53 -0700)
committerRob Pike <r@golang.org>
Thu, 10 Sep 2015 20:54:24 +0000 (20:54 +0000)
Change-Id: Ie86b703407f0f655a4552dd6e03df5f263be43db
Reviewed-on: https://go-review.googlesource.com/14492
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.6.txt

index 7308b6fc915a4dcc0539aad3a97dcee45e902aa6..b4b04e24f7acdaf6a2657944b0c575b1d32e5225 100644 (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/)
\ No newline at end of file