diff --git a/doc/go1.16.html b/doc/go1.16.html index 6e371b9617..71cd7e259e 100644 --- a/doc/go1.16.html +++ b/doc/go1.16.html @@ -416,7 +416,9 @@ Do not send CLs removing the interior tags from such phrases.

- TODO: https://golang.org/cl/257257: return additional chains from Verify on Windows + On Windows, Certificate.Verify + will now return all certificate chains that are built by the platform + certificate verifier, instead of just the highest ranked chain.