From: Rob Pike Date: Tue, 15 Sep 2015 16:12:31 +0000 (-0700) Subject: doc: go1.6.txt: template.Funcs checks names X-Git-Tag: go1.6beta1~1077 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a1aafdbe28645bd2161031636739f467e4f16ac9;p=gostls13.git doc: go1.6.txt: template.Funcs checks names Change-Id: I7de85034d499a9f859ab37d56463073f5cb29b35 Reviewed-on: https://go-review.googlesource.com/14592 Reviewed-by: Rob Pike --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index b4b04e24f7..1a24fbe0a7 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -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/)