From: Andrew Gerrand Date: Mon, 28 Sep 2015 22:43:07 +0000 (+1000) Subject: doc: add text/template blocks and redefinition to go1.6.txt X-Git-Tag: go1.6beta1~965 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=652d2386e99526eccc6634af2eaa7ff4c9a113c4;p=gostls13.git doc: add text/template blocks and redefinition to go1.6.txt Change-Id: Ide82ac98dc7cb1035ceb9d461ed95af899f8f983 Reviewed-on: https://go-review.googlesource.com/15081 Reviewed-by: Andrew Gerrand --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index 2e88eaddfd..dfce949d6a 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -18,4 +18,5 @@ text/template: ExecError (https://golang.org/cl/13957/) text/template: trimming spaces (https://golang.org/cl/14391/) text/template: Funcs check names (https://golang.org/cl/14562/) text/template: IsTrue (https://golang.org/cl/14562/) +text/template: blocks and permit redefinition (https://golang.org/cl/14005) time: allow one and two-digit days of the month during Parse (https://golang.org/cl/14123/)