From 17c228b29b3b0cdec7dfffa6bbc8aeca006c3461 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Tue, 13 Jun 2017 15:59:53 +0200 Subject: [PATCH] doc: add encoding changes to 1.9 release notes Updates #20587 Change-Id: I160da21ecdee07c6370be8c46cbd04d4fbb07abb Reviewed-on: https://go-review.googlesource.com/45550 Reviewed-by: Brad Fitzpatrick --- doc/go1.9.html | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/doc/go1.9.html b/doc/go1.9.html index 34e6114c67..28481e5d60 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -149,13 +149,10 @@ type T1 = T2 better generated code, and optimizations in the core library.

-

+

TODO: There have been significant optimizations bringing more than 10% improvements to implementations in the - foo, - bar, - and - quux + encoding/gob, and ... packages.

@@ -307,27 +304,24 @@ type T1 = T2
encoding/asn1

- TODO: https://golang.org/cl/38660: add NullBytes and NullRawValue for working with ASN.1 NULL + The new + NullBytes + and + NullRawValue + represent the ASN.1 NULL type.

encoding/base32
-

- TODO: https://golang.org/cl/38634: add Encoding.WithPadding, StdPadding, NoPadding +

+ The new Encoding.WithPadding + method adds support for custom padding characters and disabling padding.

-
encoding/gob
-
-

- TODO: https://golang.org/cl/39203: speedup decoding of maps by zeroing values -

- -
-
fmt

-- 2.48.1