From f939407f34158a79c83e5c1a605861c39f276a44 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Wed, 7 Jun 2017 11:15:55 +0200 Subject: [PATCH] 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 --- doc/go1.9.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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

-- 2.50.0