From 1fbff651331ca03d33200658373629f66bfc8d71 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 9 Sep 2015 10:54:33 -0700 Subject: [PATCH] doc: go1.6.txt: text/template and space trimming Change-Id: I33c0425361c98b175d8d87e0f7e44946bfb3e3fa Reviewed-on: https://go-review.googlesource.com/14440 Reviewed-by: Rob Pike --- doc/go1.6.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.6.txt b/doc/go1.6.txt index 9f138bfef7..7308b6fc91 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -10,3 +10,4 @@ API additions and behavior changes: strconv: QuoteToGraphic (https://golang.org/cl/14184/) text/template: ExecError (https://golang.org/cl/13957/) +text/template: trimming spaces (https://golang.org/cl/14391/) -- 2.48.1