summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-09-22 12:00:37 -0700
committerRob Pike <r@golang.org>2014-09-22 12:00:37 -0700
commit6fe89548b74e757bff8b67930d1fbc57f2813b77 (patch)
treea93134272ff3a873671c4e12ceade7256640b81a /doc
parent91344febc1f555247b483dfb830c8868aa0be52b (diff)
downloadgo-6fe89548b74e757bff8b67930d1fbc57f2813b77.tar.gz
doc/go1.4.txt: text/template comparison functions allow int==uint
CC=golang-codereviews https://codereview.appspot.com/142450043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index f46ef48f5..f69b7fa5f 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -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).