]> Cypherpunks repositories - gostls13.git/commitdiff
doc: go1.6.txt: text/template and space trimming
authorRob Pike <r@golang.org>
Wed, 9 Sep 2015 17:54:33 +0000 (10:54 -0700)
committerRob Pike <r@golang.org>
Wed, 9 Sep 2015 18:02:23 +0000 (18:02 +0000)
Change-Id: I33c0425361c98b175d8d87e0f7e44946bfb3e3fa
Reviewed-on: https://go-review.googlesource.com/14440
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.6.txt

index 9f138bfef747a34578a0a7d9bf8d4082e84c5b82..7308b6fc915a4dcc0539aad3a97dcee45e902aa6 100644 (file)
@@ -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/)