summaryrefslogtreecommitdiff
path: root/doc/go1.4.txt
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2014-08-05 12:00:14 -0700
committerAdam Langley <agl@golang.org>2014-08-05 12:00:14 -0700
commit5050f23de3ddd79d40a309ad52a9a0ac9a3d18d5 (patch)
tree554d79e2d3a8e19763db22acc5f7f0eeeec9ed67 /doc/go1.4.txt
parent3a3993a6cdba1c5cc0f7386af491cc3b98134f04 (diff)
downloadgo-5050f23de3ddd79d40a309ad52a9a0ac9a3d18d5.tar.gz
doc/go1.4.txt: document ASN.1 behaviour change.
CC=golang-codereviews https://codereview.appspot.com/116710043
Diffstat (limited to 'doc/go1.4.txt')
-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 d85bbd620..87904ee7e 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -15,3 +15,4 @@ syscall: Setuid, Setgid are disabled on linux platforms. On linux those syscalls
testing: add Coverage (CL 98150043)
text/scanner: add IsIdentRune field of Scanner. (CL 108030044)
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).