From: Andrew Bonventre Date: Wed, 18 Jul 2018 20:49:23 +0000 (-0400) Subject: doc: update go1.11 release notes X-Git-Tag: go1.11beta2~36 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1de44474c02be548b11ce50d2e65fa015acfd1fc;p=gostls13.git doc: update go1.11 release notes Change-Id: I3e2a19fe90334f0c1ed1593c7a9a3a458f15d8e8 Reviewed-on: https://go-review.googlesource.com/124799 Reviewed-by: Andrew Bonventre --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 72d35250ea..274b6f114c 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -463,7 +463,8 @@ for k := range m {
encoding/asn1

- Marshal and Unmarshal now support private class annotations for fields. + Marshal and Unmarshal + now support "private" class annotations for fields.