From 8278627c1589fa881a25a2aa0c62e8a56e6f268a Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Mon, 3 Feb 2020 19:26:31 -0500 Subject: [PATCH] doc/go1.14: document encoding/asn1 support for BMPString Updates #36878 Change-Id: Ib3ea1ef21c4b8ada3d354a0022a19914c1311399 Reviewed-on: https://go-review.googlesource.com/c/go/+/217637 Reviewed-by: Carlos Amedee --- doc/go1.14.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/go1.14.html b/doc/go1.14.html index c6daba4988..f99aaf4cd9 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -540,7 +540,10 @@ TODO
encoding/asn1

- TODO: https://golang.org/cl/126624: handle ASN1's string type BMPString + Unmarshal + now supports ASN.1 string type BMPString, represented by the new + TagBMPString + constant.

-- 2.50.0