From: Rob Pike Date: Wed, 21 Aug 2013 02:55:09 +0000 (+1000) Subject: doc/go1.2.txt: text/template: add comparison functions X-Git-Tag: go1.2rc2~469 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a83b17c0b741263e7f3ad5ebb2e3aba27751c770;p=gostls13.git doc/go1.2.txt: text/template: add comparison functions R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/12801045 --- diff --git a/doc/go1.2.txt b/doc/go1.2.txt index 90f3432cb9..b29a22f6ca 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -69,6 +69,7 @@ sync/atomic: add Swap functions (CL 12670045). syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043). testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049). testing: add TB interface (intersection of T and B's methods) (CL 12962043). +text/template: add comparison functions (CL 13091045). time: Allow Parse and Format to handle time zone offsets with seconds (CL 8132044) time: patterns require non-lowercase letter to follow Mon, Jan etc (CL 12448044). unicode: add In, a nicer-to-use but equivalent version of IsOneOf (CL 11672044).