From 1de44474c02be548b11ce50d2e65fa015acfd1fc Mon Sep 17 00:00:00 2001 From: Andrew Bonventre Date: Wed, 18 Jul 2018 16:49:23 -0400 Subject: [PATCH] doc: update go1.11 release notes Change-Id: I3e2a19fe90334f0c1ed1593c7a9a3a458f15d8e8 Reviewed-on: https://go-review.googlesource.com/124799 Reviewed-by: Andrew Bonventre --- doc/go1.11.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.