From 1d371a0ed2f3d10c7b64c0de08d98e1ac194b8af Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Tue, 5 Aug 2014 12:00:14 -0700 Subject: [PATCH] doc/go1.4.txt: document ASN.1 behaviour change. CC=golang-codereviews https://golang.org/cl/116710043 --- doc/go1.4.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/go1.4.txt b/doc/go1.4.txt index d85bbd6206..87904ee7ea 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).