From: Alberto Donizetti
Date: Tue, 13 Jun 2017 13:59:53 +0000 (+0200)
Subject: doc: add encoding changes to 1.9 release notes
X-Git-Tag: go1.9beta1~37
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=17c228b29b3b0cdec7dfffa6bbc8aeca006c3461;p=gostls13.git
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
---
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
-