]> Cypherpunks repositories - gostls13.git/commitdiff
doc: go1.6.txt: template.Funcs checks names
authorRob Pike <r@golang.org>
Tue, 15 Sep 2015 16:12:31 +0000 (09:12 -0700)
committerRob Pike <r@golang.org>
Tue, 15 Sep 2015 16:12:59 +0000 (16:12 +0000)
Change-Id: I7de85034d499a9f859ab37d56463073f5cb29b35
Reviewed-on: https://go-review.googlesource.com/14592
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.6.txt

index b4b04e24f7acdaf6a2657944b0c575b1d32e5225..1a24fbe0a729b0be8637e197b568467c88c9bb28 100644 (file)
@@ -12,4 +12,5 @@ fmt: allow any integer type as an argument to the * operator (https://golang.org
 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
+text/template: Funcs check names (https://golang.org/cl/14562/)
+time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/)