From 652d2386e99526eccc6634af2eaa7ff4c9a113c4 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 29 Sep 2015 08:43:07 +1000 Subject: [PATCH] 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 --- doc/go1.6.txt | 1 + 1 file changed, 1 insertion(+) 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/) -- 2.48.1