]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.txt: document ASN.1 behaviour change.
authorAdam Langley <agl@golang.org>
Tue, 5 Aug 2014 19:00:14 +0000 (12:00 -0700)
committerAdam Langley <agl@golang.org>
Tue, 5 Aug 2014 19:00:14 +0000 (12:00 -0700)
CC=golang-codereviews
https://golang.org/cl/116710043

doc/go1.4.txt

index d85bbd6206306cd01886fa5b54221875d3f809fb..87904ee7ea5a0dcaf888fb92d98d2381970d245f 100644 (file)
@@ -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).