]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.txt: text/template comparison functions allow int==uint
authorRob Pike <r@golang.org>
Mon, 22 Sep 2014 19:00:37 +0000 (12:00 -0700)
committerRob Pike <r@golang.org>
Mon, 22 Sep 2014 19:00:37 +0000 (12:00 -0700)
CC=golang-codereviews
https://golang.org/cl/142450043

doc/go1.4.txt

index f46ef48f5d3538cd3720c58f2f8f918424b5177c..f69b7fa5f0e55b46a39f06223c570b74af90deaf 100644 (file)
@@ -34,6 +34,7 @@ syscall: now frozen (CL 129820043)
 testing: add Coverage (CL 98150043)
 testing: add TestMain support (CL 148770043)
 text/scanner: add IsIdentRune field of Scanner. (CL 108030044)
+text/template: allow comparison of signed and unsigned integers (CL 149780043)
 time: use the micro symbol (ยต (U+00B5)) to print microsecond duration (CL 105030046)
 encoding/asn1: optional elements with a default value will now only be omitted if they have that value (CL 86960045).