]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: huge integers are parse errors in text/template
authorRob Pike <r@golang.org>
Sun, 3 May 2015 00:51:58 +0000 (17:51 -0700)
committerRob Pike <r@golang.org>
Sun, 3 May 2015 00:53:05 +0000 (00:53 +0000)
Change-Id: Ie9331d102224290833c96a1535cdb96102a7fe9e
Reviewed-on: https://go-review.googlesource.com/9633
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.txt

index 162832b22fd3ed0b956f2d51d7ac0db1b810511b..0318ccf3febda587de1fa3ebf94811e851fde60c 100644 (file)
@@ -64,6 +64,7 @@ syscall: Add Foreground and Pgid to SysProcAttr (https://golang.org/cl/5130)
 syscall: add missing Syscall9 for darwin/amd64 (https://golang.org/cl/6555)
 testing/quick: support generation of arrays (https://golang.org/cl/3865)
 text/template: add Options method (https://golang.org/cl/8462)
+text/template: huge integers are now parse errors (https://golang.org/cl/9651)
 time: add time.AppendFormat(https://golang.org/cl/1760)
 
 Tools: