From: Rob Pike Date: Sun, 3 May 2015 00:51:58 +0000 (-0700) Subject: doc/go1.5.txt: huge integers are parse errors in text/template X-Git-Tag: go1.5beta1~773 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c573a9cb47d69b4ffb3309216141c50da33d1dfa;p=gostls13.git doc/go1.5.txt: huge integers are parse errors in text/template Change-Id: Ie9331d102224290833c96a1535cdb96102a7fe9e Reviewed-on: https://go-review.googlesource.com/9633 Reviewed-by: Rob Pike --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 162832b22f..0318ccf3fe 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -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: