From: Alberto Donizetti Date: Wed, 7 Jun 2017 09:15:55 +0000 (+0200) Subject: doc: remove math/bits from 'minor changes' section X-Git-Tag: go1.9beta1~92 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f939407f34158a79c83e5c1a605861c39f276a44;p=gostls13.git doc: remove math/bits from 'minor changes' section The new math/bits package has a section for itself, and should not be mentioned in the 'Minor changes to the library' section of the release notes. Updates #20587 Change-Id: I13ecd35f5cee4324e50b2d31800e399c00159126 Reviewed-on: https://go-review.googlesource.com/45051 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.9.html b/doc/go1.9.html index 83e1945467..5ed80c3875 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -162,7 +162,7 @@ type T1 = T2

New bit manipulation package

-

+

Go 1.9 includes a new package, math/bits, with optimized implementations for manipulating bits. On most architectures @@ -354,14 +354,6 @@ type T1 = T2 -

math/bits
-
-

- TODO: https://golang.org/cl/36315: added package for bit-level counting and manipulation -

- -
-
mime/multipart