From: Rob Pike Date: Wed, 9 Sep 2015 17:54:33 +0000 (-0700) Subject: doc: go1.6.txt: text/template and space trimming X-Git-Tag: go1.6beta1~1132 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1fbff651331ca03d33200658373629f66bfc8d71;p=gostls13.git doc: go1.6.txt: text/template and space trimming Change-Id: I33c0425361c98b175d8d87e0f7e44946bfb3e3fa Reviewed-on: https://go-review.googlesource.com/14440 Reviewed-by: Rob Pike --- 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/)