diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-12 07:44:52 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-09-12 07:44:52 -0400 |
commit | bf2f719f56db940e82d91c9e303bbc6532111a75 (patch) | |
tree | b64966f1a0b56bf9337a314d94747f4356722882 | |
parent | 3f828cf0f9cfd86391bd61cf3e44cc8c1574f675 (diff) | |
download | python-coveragepy-git-bf2f719f56db940e82d91c9e303bbc6532111a75.tar.gz |
Forgot to update changes for the xml package ordering fix.
-rw-r--r-- | CHANGES.txt | 8 | ||||
-rw-r--r-- | doc/changes.rst | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5c2809b8..2e6cdf22 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,14 @@ Change history for Coverage.py ------------------------------ +Version 3.4 +----------- + +- The XML report is now sorted by package name, fixing `issue 88`_. + +.. _issue 88: http://bitbucket.org/ned/coveragepy/issue/88/xml-report-lists-packages-in-random-order + + Version 3.4b2 --- 6 September 2010 ---------------------------------- diff --git a/doc/changes.rst b/doc/changes.rst index 1200282a..47e6e28c 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -64,7 +64,8 @@ Version 3.4 beta --- 6 September 2010 are rounded otherwise. Fixes `issue 41`_ and `issue 70`_. - The XML report output now properly includes a percentage for branch coverage, - fixing `issue 65`_ and `issue 81`_. + fixing `issue 65`_ and `issue 81`_, and the report is sorted by package + name, fixing `issue 88`_. - The precision of reported coverage percentages can be set with the ``[report] precision`` config file setting. Completes `issue 16`_. @@ -99,6 +100,7 @@ Version 3.4 beta --- 6 September 2010 .. _issue 70: http://bitbucket.org/ned/coveragepy/issue/70/text-report-and-html-report-disagree-on-coverage .. _issue 81: http://bitbucket.org/ned/coveragepy/issue/81/xml-report-does-not-have-condition-coverage-attribute-for-lines-with-a .. _issue 85: http://bitbucket.org/ned/coveragepy/issue/85/threadrun-isnt-measured +.. _issue 88: http://bitbucket.org/ned/coveragepy/issue/88/xml-report-lists-packages-in-random-order Version 3.3.1 --- 6 March 2010 ------------------------------ |