From: Josh Bleecher Snyder Date: Thu, 30 Apr 2015 15:34:21 +0000 (-0700) Subject: doc/go1.5.txt: add Jacobi and Int.ModSqrt to math/big X-Git-Tag: go1.5beta1~811 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a593a36b532dad34a557527fc344e0f886d00376;p=gostls13.git doc/go1.5.txt: add Jacobi and Int.ModSqrt to math/big Change-Id: I187e97592cd0403d84ca25c4acb1a4b25495041b Reviewed-on: https://go-review.googlesource.com/9534 Reviewed-by: Josh Bleecher Snyder --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index af6e1b5f9c..013cfed73c 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -46,6 +46,7 @@ io: add CopyBuffer, Copy with user-provided buffer (https://golang.org/cl/8730) log: add SetOutput functions (https://golang.org/cl/2686, https://golang.org/cl/3023) log: add LUTC flag (https://golang.org/cl/8761) math/big: add arbitrary precision Floats (many cl's) +math/big: add Jacobi and Int.ModSqrt (https://golang.org/cl/1886) mime: add ExtensionByType (https://golang.org/cl/7444) mime/quotedprintable: new package (https://golang.org/cl/5940 + others) net: add Source field to OpError (https://go-review.googlesource.com/9231)