diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-06-02 21:30:44 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-06-02 21:30:44 -0400 |
| commit | 61d2a5b9ef820f80e8cfbd13be302b4cd197fc25 (patch) | |
| tree | b302d9efb3edd4362cacf6d146e30aa571b11db4 /doc/changes.rst | |
| parent | 1782e7dba8b7cea282f2f1361a66f8b896352394 (diff) | |
| download | python-coveragepy-61d2a5b9ef820f80e8cfbd13be302b4cd197fc25.tar.gz | |
Make the headers in change histories nicer.
Diffstat (limited to 'doc/changes.rst')
| -rw-r--r-- | doc/changes.rst | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 4b64e20..378e59c 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -19,8 +19,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt -Version 3.3.1, 6 March 2010 ---------------------------- +Version 3.3.1 --- 6 March 2010 +------------------------------ - Using ``parallel=True`` in a .coveragerc file prevented reporting, but now does not, fixing `issue 49`_. @@ -32,8 +32,8 @@ Version 3.3.1, 6 March 2010 .. _issue 50: http://bitbucket.org/ned/coveragepy/issue/50 -Version 3.3, 24 February 2010 ------------------------------ +Version 3.3 --- 24 February 2010 +-------------------------------- - Settings are now read from a .coveragerc file. A specific file can be specified on the command line with ``--rcfile=FILE``. The name of the file @@ -60,8 +60,8 @@ Version 3.3, 24 February 2010 .. _issue 47: http://bitbucket.org/ned/coveragepy/issue/47 -Version 3.2, 5 December 2009 ----------------------------- +Version 3.2 --- 5 December 2009 +------------------------------- - Branch coverage: coverage.py can tell you which branches didn't have both (or all) choices executed, even where the choice doesn't affect which lines were @@ -96,8 +96,8 @@ Version 3.2, 5 December 2009 .. _issue 33: http://bitbucket.org/ned/coveragepy/issue/33 -Version 3.1, 4 October 2009 ---------------------------- +Version 3.1 --- 4 October 2009 +------------------------------ - Python 3.1 is now supported. @@ -127,8 +127,8 @@ Version 3.1, 4 October 2009 .. _issue 13: http://bitbucket.org/ned/coveragepy/issue/13 -Version 3.0.1, 7 July 2009 --------------------------- +Version 3.0.1 --- 7 July 2009 +----------------------------- - Removed the recursion limit in the tracer function. Previously, code that ran more than 500 frames deep would crash. @@ -147,8 +147,8 @@ Version 3.0.1, 7 July 2009 example. -Version 3.0, 13 June 2009 -------------------------- +Version 3.0 --- 13 June 2009 +---------------------------- - Coverage is now a package rather than a module. Functionality has been split into classes. |
