summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-02 16:17:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-02 16:17:42 -0400
commit515f98fdc9181efa68408cf8d9b2e43dcd3a1f1e (patch)
tree5b238b1932c5c5ec88f459f357a1eee825421e93 /doc/changes.rst
parentd9693657fe0c29cfa82206b493e5f75a8c8e408f (diff)
downloadpython-coveragepy-git-515f98fdc9181efa68408cf8d9b2e43dcd3a1f1e.tar.gz
Update the index.rst with the latest version
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 71844ab0..4a64c052 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -71,10 +71,11 @@ Backward incompatibilities:
Major new features:
-- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_.
- The ``concurrency`` setting specifies the concurrency library in use. Huge
- thanks to Peter Portante for initial implementation, and to Joe Jevnik for
- the final insight that completed the work.
+- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_. The
+ ``concurrency`` setting, or the ``--concurrency`` command line switch,
+ specifies the concurrency library in use. Huge thanks to Peter Portante for
+ initial implementation, and to Joe Jevnik for the final insight that
+ completed the work.
- The HTML report now has filtering. Type text into the Filter box on the
index page, and only modules with that text in the name will be shown.