aboutsummaryrefslogtreecommitdiffstats
path: root/doc/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-10-15 11:50:42 -0400
committerJack Lloyd <[email protected]>2015-10-15 11:50:42 -0400
commit7335eefcf419a2ab7a770c3aa6fbb06956891bad (patch)
tree3c89dbdb1e2aa03d1d05b192cce4facd20ad406a /doc/news.rst
parent9f6665aff8a633131212422bec4a150da3bdf4ed (diff)
Add prime and dl_group command line tools.
Some cleanups in random_prime. Increase probability in prime tests from 1/2**64 to 1/2**128. Also break out of the sieve loop early if it has failed.
Diffstat (limited to 'doc/news.rst')
-rw-r--r--doc/news.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst
index 99ff04238..9eddabd5c 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -22,6 +22,8 @@ Version 1.11.22, Not Yet Released
system RNG or an AutoSeeded_RNG, depending on availability, which this
additional type allows.
+* New command line tools `dl_group` and `prime`
+
* The `configure.py` option `--no-autoload` is now also available
under the more understandable name `--minimized-build`.