From 9a6439690ec3f42f1e6c1e219f0020e5cc985072 Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Fri, 26 Jun 2020 21:33:22 -0700 Subject: [PATCH] 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 --- doc/go1.15.html | 9 +++++++++ 1 file changed, 9 insertions(+) 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

-- 2.50.0