]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: add release note for encoding/asn1
authorRoland Shoemaker <rolandshoemaker@gmail.com>
Sat, 27 Jun 2020 04:33:22 +0000 (21:33 -0700)
committerFilippo Valsorda <filippo@golang.org>
Mon, 29 Jun 2020 17:28:40 +0000 (17:28 +0000)
Updates #37419

Change-Id: I05368efbedd8c7e0b50cd691559491699c3a0945
Reviewed-on: https://go-review.googlesource.com/c/go/+/240201
Reviewed-by: Filippo Valsorda <filippo@golang.org>
doc/go1.15.html

index ea0c54ba81973055f656b29da763ac5d2e63443f..a0de2b067a3889f387f56301078fd99cbceda0be 100644 (file)
@@ -595,6 +595,15 @@ Do not send CLs removing the interior tags from such phrases.
   </dd>
 </dl><!-- debug/pe -->
 
+<dl id="encoding/asn1"><dt><a href="/pkg/encoding/asn1/">encoding/asn1</a></dt>
+  <dd>
+    <p><!-- CL 226984 -->
+      <a href="/pkg/encoding/asn1/#Marshal">Marshal</a> now sorts the components
+      of SET OF according to X.690 DER.
+    </p>
+  </dd>
+</dl><!-- encoding/asn1 -->
+
 <dl id="encoding/json"><dt><a href="/pkg/encoding/json/">encoding/json</a></dt>
   <dd>
     <p><!-- CL 191783 -->