From: Roland Shoemaker Date: Sat, 27 Jun 2020 04:33:22 +0000 (-0700) Subject: doc/go1.15: add release note for encoding/asn1 X-Git-Tag: go1.15rc1~49 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9a6439690ec3f42f1e6c1e219f0020e5cc985072;p=gostls13.git doc/go1.15: add release note for encoding/asn1 Updates #37419 Change-Id: I05368efbedd8c7e0b50cd691559491699c3a0945 Reviewed-on: https://go-review.googlesource.com/c/go/+/240201 Reviewed-by: Filippo Valsorda --- diff --git a/doc/go1.15.html b/doc/go1.15.html index ea0c54ba81..a0de2b067a 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -595,6 +595,15 @@ Do not send CLs removing the interior tags from such phrases. +
encoding/asn1
+
+

+ Marshal now sorts the components + of SET OF according to X.690 DER. +

+
+
+
encoding/json