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
- 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.