summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-09-25 07:39:28 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-09-25 07:39:28 -0400
commitfd1ae23848b18ea9f991fc1b669a5a82aed637aa (patch)
tree0b97b0265f06b4936203e613bb5d5e35c89a48bb /doc/changes.rst
parentdb32bc9ab87fccf85515f87d3714de12ccabc585 (diff)
downloadpython-coveragepy-fd1ae23848b18ea9f991fc1b669a5a82aed637aa.tar.gz
Document stuff for 4.0a1
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 3ddf889..cc95837 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -35,6 +35,30 @@ history, see the `CHANGES.txt`_ file in the source tree.
.. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt
+.. _changes_40:
+
+Version 4.0 --- pre-release
+---------------------------
+
+- Python versions supported are now CPython 2.6, 2.7, 3.2, 3.3, and 3.4, and
+ PyPy 2.2.
+
+- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_. Huge
+ thanks to Peter Portante for initial implementation, and to Joe Jevnik for
+ the final insight that completed the work.
+
+- Options are now also read from a setup.cfg file, if any. Sections are
+ prefixed with "coverage:", so the ``[run]`` options will be read from the
+ ``[coverage:run]`` section of setup.cfg. Finishes `issue 304`_.
+
+- The ``report`` command can now show missing branches when reporting on branch
+ coverage. Thanks, Steve Leonard. Closes `issue 230`_.
+
+.. _issue 149: https://bitbucket.org/ned/coveragepy/issue/149/coverage-gevent-looks-broken
+.. _issue 230: https://bitbucket.org/ned/coveragepy/issue/230/show-line-no-for-missing-branches-in
+.. _issue 304: https://bitbucket.org/ned/coveragepy/issue/304/attempt-to-get-configuration-from-setupcfg
+
+
.. _changes_371:
Version 3.7.1 --- 13 December 2013