summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-09-12 07:44:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-09-12 07:44:52 -0400
commitbf2f719f56db940e82d91c9e303bbc6532111a75 (patch)
treeb64966f1a0b56bf9337a314d94747f4356722882 /doc/changes.rst
parent3f828cf0f9cfd86391bd61cf3e44cc8c1574f675 (diff)
downloadpython-coveragepy-git-bf2f719f56db940e82d91c9e303bbc6532111a75.tar.gz
Forgot to update changes for the xml package ordering fix.
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst4
1 files changed, 3 insertions, 1 deletions
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
------------------------------